How to install Visual Studio Code on ArchLinux?

Visual Studio Code is an open-source editor for development. Here, we are going to see how to install it on ArchLinux. Visual Studio Code has a stable version and a nightly build. In our case, I've used the nightly build, and worked perfectly. To do so, open the terminal and run:

arch vscode

on Jun 07, 2023
sudo pacman -Sy
sudo pacman -S git
cd ~/Downloads
git clone https://AUR.archlinux.org/visual-studio-code-bin.git
cd visual-studio-code-bin/
makepkg -s
sudo pacman -U visual-studio-code-bin-*.pkg.tar.zst
cd ../ && sudo rm -rfv visual-studio-code-bin/

Add Comment

0

Installing Visual Studio Code on Archlinux is really easy, as it is available in the main official repositories. This means that you can install it by just using Pacman. 

Shell/Bash answers related to "arch vscode"

View All Shell/Bash queries

Shell/Bash queries related to "arch vscode"

Browse Other Code Languages

CodeProZone