Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stardigits/eb503ab9bae39a7a72ac1a3e29ad39f6 to your computer and use it in GitHub Desktop.
Save stardigits/eb503ab9bae39a7a72ac1a3e29ad39f6 to your computer and use it in GitHub Desktop.
How to Install Visual Studio Code on MX Linux 19.5 (Debian 10)

How to Install Visual Studio Code on MX Linux 19.5 (Debian 10)

Source Info: https://linuxize.com/post/how-to-install-visual-studio-code-on-debian-10/

Install dependencies

sudo apt update
sudo apt install software-properties-common apt-transport-https curl

Import Microsoft GPG

curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

Add repository

sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"

Install VS Code

sudo apt update
sudo apt install code
@heijmerikx
Copy link

Thanks, clean and clear.

@ahamedsuhails
Copy link

Thank you very much.

@guimaraesalves
Copy link

Thanks buddy, straight and straight, show!

@LaxmanMaharjan
Copy link

unable to locate package code
this is the problem i am getting btw

@Mk-0-wan
Copy link

same problem experienced with my laptop as LaxmanMaharjan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment