GNU/Linux Debian/Ubuntu VSCodium Repository Adding
Hi! The Tutorial shows you Step-by-Step How to Add VSCodium Repository in Debian/Ubuntu-Based GNU/Linux OSes.
And VSCodium for GNU/Linux is a Community-driven, Freely-licensed Binary Distribution of Microsoft’s Editor VSCode.
So this Repo Setup is valid for all the Debian-based Platforms like:
- Kali
- MX Linux
- Deepin
- Parrot
- antiX
- SparkyLinux
- Q4OS
- Netrunner
- Voyager
- MakuluLinux
- Elive
- LMDE
- Parsix
And again also for all the Ubuntu-based Distros like:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Elementary OS
- Linux Lite
- Bodhi
- Kde Neon
- Pop!_OS
- Voyager
- Trisquel
- LXLE
- feren OS
- Peppermint
- Linux Ultimate Edition (You may just need to Discover what’s the Parent Release)
1. Launching Terminal
How to QuickStart with Command Line on Debian/Ubuntu GNU/Linux
2. Adding VSCodium Repo
Then to Add VSCodium Apt Repository
Simply execute:echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.3. Adding VSCodium GPG Key
Again to Add VSCodium GPG Signature Key
Do:wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium.gpg
4. Refreshing Apt Sources
Next to Refresh Apt Repo Sources
Play:sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.5. Installing VSCodium
Finally, to Install VSCodium for Debian/Ubuntu
sudo apt install codium