Do you know the installation of VSCodium IDE on Linux? Recently Microsoft launched the Visual Studio Code on Linux. Some Microsoft users who use Linux were happy. However, not all appreciate the app and find that it has some problems. One of the biggest problems is that Microsoft’s code is not open-source.
Launching VSCodium, it’s an open-source or free dummy of Microsoft’s Visual Studio Code. It’s the best app to set up if you love the look and feel of VSCode, but want it was open-source.
Contents
Installation of VSCodium IDE on Linux
Ubuntu installation steps
The VSCodium IDE is also available for Ubuntu installation using a custom software repository. However, if you want to add this custom software repository to your Ubuntu Linux PC. Then begin by opening up a terminal window. If you want to open up a terminal window, hit Ctrl + Alt + T or Ctrl + Shift + T on the keyboard.
Using the terminal window open, simply the installation steps below.
Step 1:
Initially add the GPG key to the VSCodium software repository to Ubuntu after using the following wget command.
wget -qO – https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add –
Step 2:
After including the GPG key to your Ubuntu Linux PC. Also, run the add-apt-repository command to include the software repository server for VSCodium to Ubuntu.
sudo add-apt-repository ‘deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main’
Step 3:
After adding in the VSCodium software repository to Ubuntu. Now execute the update command. Executing an update will enable your PC to add the VSCodium software repository.
sudo apt update
Step 4:
Simply follow the update command. Then install the newest version of the VSCodium application.
sudo apt install codium
Debian installation steps
On Debian, the application VSCodium is installable in a similar way the Ubuntu one is i.e using a third-party software repository. However, to initiate the installation, head over to a terminal window by hitting Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, follow the steps carefully to set up VSCodium on Debian.
Step 1:
Initially, add the GPG key to your Debian computer. So that the software repository will collaborate with the package manager. This step is complex! Do not ignore it!
wget -qO – https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add –
Step 2:
After including the GPG key to your Debian Linux PC. Now it’s time to add the VSCodium software repository. After using the echo command, simply add the repo.
echo ‘deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main’ | sudo tee –append /etc/apt/sources.list.d/vscodium.list
Step 3:
Simply follow the adding VSCodium software repository to your Debian computer. Simply you want to execute the update command. However, executing the update command will refresh all your software sources. Well, it includes the latest added VSCodium software repository.
sudo apt-get update
Step 4:
Once the software sources are up to date. Now it’s time to install the VScodium application. After using the Apt-get command, initiate the app working.
sudo apt-get install codium
Arch Linux installation steps
However, the VScodium application is available to all users of Arch Linux. But only through the Arch Linux User Repository. If you want to initiate the installation, head over to a terminal window. Then, using the terminal window open, simply follow the necessary steps mentioned below.
Step 1:
Using the below command Pacman. Simply install both the “Base-devel” and “Git” packages. However, the packages will make it possible to collaborate with packages hosted in the AUR. Make sure you don’t ignore this step!
sudo pacman -S git base-devel
Step 2:
Follow the installation of the “Git” and “Base-devel” packages on your Linux. Also, use the git clone command to install the newest launch of the Trizen AUR helper tool. However, Trizen will automate the installation of VSCodium on your PC Arch Linux. Without it, installation is dull and time-consuming.
git clone https://aur.archlinux.org/trizen.git
Step 3:
Also, install or download Trizen with the makepkg command.
cd trizen
makepkg -sri
Step 4:
However, after the set up of the Trizen application set up on your Arch Linux PC. Also, use the trizen -S command to get the newest launch of the VSCodium application on your system.
trizen -S viscodium-bin
Fedora installation steps
The developer’s VSCodium officially supports Fedora Linux. So the installation is very easy and simple. If you want to initiate the process, head over to the terminal window. Then follow the steps carefully:
Step 1:
Initially, add the GPG key for VScodium to Fedora Linux PC. Then use the rpm –import command below to add it.
sudo rpm –import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
Step 2:
Also, install the VSCodium on Fedora Linux. It means turning on a third-party software repository. use of the following printf command below.
printf “[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg” |sudo tee -a /etc/yum.repos.d/vscodium.repo
Step 3:
Once you add the VSCodium software repository. Then you don’t want to refresh anything on Ubuntu or Debian. Rather than, just install the newest launch of the VSCodium app using the dnf install command below.
sudo dnf install coduim
OpenSUSE installation steps
However, VSCodium has also official support for OpenSUSE Linux. Installing it is similar to Fedora Linux, as they both are RPM-based. If you want to get the app working on your OpenSUSE PC. Just follow the steps below.
Step 1:
At first, using command rpm –import to include the VSCodium GPG key to your OpenSUSE Linux computer.
sudo rpm –import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
Step 2:
Using the GPG key included in your OpenSUSE Linux PC. Now it’s time to add the software repository. With the following below printf command. Simply add the VSCodium repository to your OpenSUSE Linux PC.
printf “[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg” |sudo tee -a /etc/zypp/repos.d/vscodium.repo
Step 3:
After including the VSCodium software repository. Also, install the app on your PC. Head over to the Zypper command, get VSCodium working.
sudo zypper install codium
Conclusion:
Here’s all about the “installation of VSCodium IDE on Linux”. Is this article helpful? Also, tell us about the issues that you are facing while installation. Share your views with us. Also, for further queries and question let us know in the comment section below!
Till then! Stay Safe ?
Also Read: