Steps to install VS code on Debian 11 Bullseye Linux

0


[ad_1]

Learn the easy way to install Microsoft Visual Studio Code on Debian 11 Bullseye or 10 Buster using a command terminal.

Microsoft’s “Visual Studio Code” is a free, open source code editor available for installation on popular operating systems. It also contains many useful functions for developers. Although the tool is from Microsoft, it is also available for Mac OS and Linux, which makes it much easier to develop cross-system applications as a team.

Microsoft promises that applications with ASP.NET Framework and Node applications, in particular, should be able to be built very quickly on VS code. And that’s why Visual Studio code comes with built-in debugging support for the Node.js runtime environment. Developers can debug JavaScript, TypeScript, and any other JavaScript-based language in VS Code without the need for an additional tool.

Moreover, building websites with HTML, CSS, JSON, LESS, SASS, PHP JavaScript and other technologies is very easy. Your project can be created as a Git repository. To make the encoder’s life easier, VSCode has incorporated some handy features, such as syntax color coding, code autocomplete, and square brackets matching.

Well, you are already familiar with this coding platform, therefore, let’s talk about the main topic of this article which is the easy way to install VS Code on the latest Debian 11 or 10 desktop Linux distribution.

How to install Visual Studio Code on Debian 11 or 10

The steps given here are also applicable for Kali Linux, Ubuntu, Linux Mint, Elementary OS, MX Linux, POP! OS and others.

1. Open the browser in Debian

Go to your Debian Linux system and open the browser you have. However, the default is Firefox.

2. Download the Debian VS Code package

The next step is to visit the official VS Code webpage to download the package available to install on Debian and its Linux based systems. Here is the link to the download page.

3. Switch to downloads

First, open the control terminal. If you used the browser to download the Debian Visual Studio code file, go to “DownloadsThis is because the file we get from the browser goes into it automatically.

cd Downloads
ls

4. Install Visual code Studio on Debian 11 or 10

Now we can use APT Package Manager or DPKG Tool to install the downloaded VS Code .deb file. To do this, just run the command below.

sudo apt install ./file-name.deb

To replace file name. deb with the actual name of the file you downloaded.

sudo apt install ./code_*_amd64.deb

5. Run the code editor

Go to All apps, search VScode and when its icon appears, click to run it.

An easy way to install VS code on Debian 11 Linux

Uninstall or remove

Those who no longer need Visual Studio Code on their Debian Linux can remove it using the command:

sudo apt remove code

Other articles:

[ad_2]

Share.

Leave A Reply