A developers survey conducted in 2019 places Visual Studio Code at #1, with well over 50% of respondents voting in favor. This level of popularity speaks to the utility of this extremely versatile coding editor.
This tutorial will show you how to install Visual Studio Code on ArchLinux using Snaps.
Step 1: Install Snap
Snap is available in the Arch User Repository, so we will be downloading it from there.
Enter the following code to install snap on your system:
Step 2: Enable Snap
Once you install Snap, you will need to activate systemd, which overlooks the main communication socket, before proceeding to install Visual Studio Code.
Then, link the /var/lib/snapd/snap directory with /snap by entering the following:
Step 3: Install Visual Studio Code from the AUR
To download the installer package, enter the command below:
Then, to unzip the build files, enter:
Switch to the extracted package directory by issuing the following code:
Finally, enter the following to install Visual Studio Code:
Conclusion
This tutorial showed you how to install Visual Studio Code onto your Archlinux system with a snap package. Snap is a software packaging system that works across several Linux distributions and it allows users to obtain software packages onto their system.
That is all we have for you today. Stick around at linuxhint.com for more tutorials like this, and happy coding!
from Linux Hint https://ift.tt/38DKLYE
0 Comments