Install Visual Studio Code on Ubuntu 20.04

Install Visual Studio Code on Ubuntu 20.04

- in Devnet, Linux
4920
0

Visual Studio Code is a source code editor developed by Microsoft. For the installation, we will use a Snap package. Snaps are application packages that are easy to install, secure, cross-platform, and without dependencies.

From a terminal, we execute the following command:

sudo snap install --classic code

We wait a few minutes for installation:

We look for it inside our applications and open it:

Ready! we have our Visual Studio Code to write our code:

Facebook Comments

You may also like

How-to Install SSH Server on Linux 

1.- Install with apt-get command on Ubuntu: sudo