https://github.com/aetopia/vscode
🐧 Install Visual-Studi-Code in Linux.
https://github.com/aetopia/vscode
Last synced: 3 months ago
JSON representation
🐧 Install Visual-Studi-Code in Linux.
- Host: GitHub
- URL: https://github.com/aetopia/vscode
- Owner: Aetopia
- Created: 2022-06-12T05:57:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T13:26:47.000Z (almost 4 years ago)
- Last Synced: 2025-10-08T21:33:05.728Z (8 months ago)
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🐧 Install Visual-Studi-Code in Linux.
#Debian and Ubuntu based distribution
- Easiest way to download VsCode for Debian/Ubuntu based distributions is to download and install the [.deb package ](https://go.microsoft.com/fwlink/?LinkID=760868)
- After Downloading the .deb package, Open the Terminal, Cd to the .deb package.
- Use this Command to Install sudo apt install ./.deb
```
Fedora, CentOS, and RHEL based distributions
```
- Open the Terminal & Run the following commands.
```
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
```
- Update dnf & Install.
```
↳ dnf check-update
```
```
↳ sudo dnf install code
```
```
Arch Linux
```
- Open the Terminal & Type the following commands.
- 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.xz
[](https://www.buymeacoffee.com/spongly)