Open In App

How to Download and Install Visual Studio Code on Ubuntu?

Last Updated : 14 Nov, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Visual Studio Code is a code editor that is basically used for web development or cloud platforms, but nowadays Visual Studio Code can do a lot. It is stated as the second most used code editor by developers in 2022 so if you are an aspiring IT student or a developer you should know how to use Visual Studio Code. Let’s learn how to install Visual Studio Code for Linux.

Downloading Visual Studio Code

Step 1: Download the Visual Studio Code package for Linux from here.

Downloading-vscode-package

 

Step 2: Installing VS Code on the system.

Installing-vscode

 

Fire up the terminal and follow up to install or Unpack it into your system.

cd Downloads

ls

sudo apt install ./<the file name>

Unpacking-in-the-system

 

Now the Visual studio code is installed in your Linux System to check the write in the terminal.

code .

Vscode-installed-in-the-system

 

This will open up VS code in the directory you are currently on. 


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads