How to install Visual Studio Code on Ubuntu 18.04

Ubuntu software

The simplest way is probably to install Visual Studio Code throught the Ubuntu Software Manager:

Capture of Visual Studio Code in Ubuntu Software

Download .deb

The second option is to download the package from this address: https://code.visualstudio.com/Download. Once the package is downloaded, it can be install through Software Manager or command line :

sudo dpkg -i ~/Downloads/code_*.deb; sudo apt -f install

Snap

The last option is to install Visual studio Code through snap:

sudo snap install vscode 

See also


Last update : 04/13/2019