Installing Visual Studio Code

How to install Visual Studio Code on your operational system.

The easiest way to install is by opening the .deb package via Software Center GUI. If your Linux distribution is Debian based (Debian/Ubuntu) download your Visual Studio Code .deb Package and install it.

If you prefer to install using your terminal, type the commandsudo apt-get install code

For more information access https://code.visualstudio.com/docs/setup/linux

Last updated