
Just run it: sudo apt updateĪnd so Visual Studio Code will be updated along with the rest of the programs in the system.
Visual studio code ubuntu 20.04 download update#
The main advantage of using this method is that it makes it very easy to update the program.

When finished, run it from the main menu.
Visual studio code ubuntu 20.04 download install#
Then, add the repository by running: sudo add-apt-repository "deb stable main"Īnd finally, install it by running the following command: sudo apt install code Installing Visual Studio Code on Ubuntu 20.04 Now import the GPG key from the repository for Ubuntu to recognize: wget -q -O- | sudo apt-key add. sudo apt install software-properties-common apt-transport-https wget So, open a terminal and install some packages needed to add the repository.

This can become important on computers with little hard disk space. On the other hand, DEB packages are still lighter than snap packages. This method has the main advantage that it is very easy to update the program because it will be done together with the rest of the system. The other method is to use the repository offered by Microsoft. Install Visual Studio Code using the official repository It will start the download and installation process and you will quickly have the program accessible from the main menu. When the terminal has been started, run the following command: sudo snap install -classic codeĪnd that’s enough. Open a terminal from the main menu or by pressing CTRL + ALT + T So you like Snap packages, this could be the right method. Although it is also true that it increases the size of the installation.įor more information about Snap packages, read our post: there is only one package for the program and its dependencies. Snap packages have the main advantage that they are self-contained, i.e. This makes the installation quite easy to do. Visual Studio Code is available as a Snap package. Install Microsoft Visual Studio Code using snap You don’t have to do both, just follow the one you like best. This tutorial presents you with two different ways to achieve the goal. And this includes the great Ubuntu 20.04. That is, we can install it on any operating system we want. One of the best things about the program is that it is cross-platform. It has Git integration, syntax highlighting, integrated terminal, and a large number of plugins that even improve the application. It is so powerful that many developers use it to write code in languages such as PHP, HTML, or Python.

Visual Studio Code is a powerful open-source text editor created by Microsoft.
