Darryl Dias

10 Oct 2021 in
https://youtu.be/H14-kzMWq98
![](https://darryldias.me/wp-content/uploads/code_arch_linux-1024x823.png)
This article will cover how to install Visual Studio Code on Arch Linux. VS Code is available in the official Arch Linux repository as a community package.
![](https://darryldias.me/wp-content/uploads/code_about_arch_linux.png)
Installing VS Code. ------------------- ```
```
sudo pacman -S code
```
```
You can learn more about the package through Pacman.
```
```
pacman -Si code
```
```
![](https://darryldias.me/wp-content/uploads/code_pacman_info.png)
The command above should output similar information to the tile below. ```
```
Repository      : community
Name            : code
Version         : 1.61.0-1
Description     : The Open Source build of Visual Studio Code (vscode) editor
Architecture    : x86_64
URL             : https://github.com/microsoft/vscode
Licenses        : MIT
Groups          : None
Provides        : vscode
Depends On      : electron13  libsecret  libx11  libxkbfile  ripgrep
Optional Deps   : bash-completion: Bash completions
                  zsh-completions: ZSH completitons
                  x11-ssh-askpass: SSH authentication
Conflicts With  : None
Replaces        : None
Download Size   : 13.56 MiB
Installed Size  : 90.98 MiB
Packager        : Filipe LaĆ­ns 
Build Date      : Sun 10 Oct 2021 06:13:44 PM UT
```
```
Now you can write code on VS Code while using Arch, by the way.