How to Install Visual Studio Code in Ubuntu for Python | Download | Install





In this article, we will show you how to simply install Visual Studio Code on Ubuntu operating system with step by step processing.

Install Visual Studio Code in Ubuntu:

Method 1:

Step 1: First, download Visual Studio Code from Microsoft official website.

https://code.visualstudio.com/Download

Step 2: After downloading theĀ  Deb file “Open With Software Install ” then click on “Install”

Step 3: Check-in you’re applications if it is installed or not. Most probably it is installed successfully.

Method 2:

Step 1: Download the Visual Studio Code file (.deb) from the official website
Step 2: “Save File” in your favorite directory. After the file downloading open your terminal

Step 3: Type below command to install Visual Studio Code:

sudo dpkg -i code_1.42.1-1581432938_amd64.deb

Step 4: In this, step it will take some time once it is completed then close the terminal.

I hope you have enjoyed this post with simple steps.