I need the open-source build of VSCode 'code-oss' and I do not want to compile it - just want a deb package. Is it available anywhere?
I am not looking for VSCodium.
I need the open-source build of VSCode 'code-oss' and I do not want to compile it - just want a deb package. Is it available anywhere?
I am not looking for VSCodium.
.deb
file for it. You could try downloading that.deb
and doingsudo apt install ./code-oss_1.56.1-0kali3_amd64.deb
. Here are the files. You probobly want the AMD 64 deb file, but if you have ARM64, then use that one instead. Disclaimer: do not add the Kali package repos to Ubuntu. You almost certainly will mess stuff up. Kali is not a beginner OS, and is highly specialized. I do not support using Kali here. I'm saying you could try the.deb
file from Kali, not that you should use Kali. – cocomac Mar 19 '22 at 02:35