Install VSCode On Debian Based Linux System

Hasmukh Mer
Dec 30, 2022

--

Photo Taken From Google

Hello Learners …!!!

Welcome to my blog,

Here we learn how to install vscode on your Debian-based Linux system.

First, you must download the .deb file from the link below.

After downloading, the .deb file opens your terminal and goes to the folder where your downloaded file is present.

Go to that folder and run the given command.

ls

Screenshot Taken By Author

In my case, it is in the Downloads folder,

After that, you have to install vscode using the given below command.

sudo dpkg -i code_1.74.2–1671533413_amd64.deb

Screenshot Taken By Author

When the above command runs successfully your vscode is ready for coding.

Happy Learning And Keep Learning.

Thank You.

--

--