Install VSCode On Debian Based Linux System
Dec 30, 2022
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
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
When the above command runs successfully your vscode is ready for coding.
Happy Learning And Keep Learning.
Thank You.