Skip to content

Aetopia/VsCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 

Repository files navigation

🐧 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
  • 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

"Buy Me A Coffee"

About

🐧 Install Visual-Studi-Code in Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors