How to install Visual Studio Code on Ubuntu 22.04?
There are three ways to install Visual Studio Code on Ubuntu 18.04, 20.04 or 22.04
Option 1: Ubuntu Software : the best method is to use Ubuntu Software, since Visual Studio Code is in the list of packages.
Option 2: package .deb : download the package at the following address: https://code.visualstudio.com/Download. Then install the package with this command:
sudo dpkg -i ~/Downloads/code_*.deb; sudo apt -f install
Option 3: snap : install Visual Studio Code with snap (same as Ubuntu Software) :
sudo snap install vscode
There are three ways to install Visual Studio Code on Ubuntu 18.04, 20.04 or 22.04
Option 1: Ubuntu Software : the best method is to use Ubuntu Software, since Visual Studio Code is in the list of packages.
Option 2: package .deb : download the package at the following address: https://code.visualstudio.com/Download. Then install the package with this command:
sudo dpkg -i ~/Downloads/code_*.deb; sudo apt -f install
Option 3: snap : install Visual Studio Code with snap (same as Ubuntu Software) :
sudo snap install vscode
There are three ways to install Visual Studio Code on Ubuntu 18.04, 20.04 or 22.04
Option 1: Ubuntu Software : the best method is to use Ubuntu Software, since Visual Studio Code is in the list of packages.