

Type the following command and press Enter: sudo apt install software-properties-common apt-transport-https wget Type the following command and press Enter: sudo apt-get update To install VS Code using terminal command, use these steps: How to install Visual Studio Code using apt-get on Ubuntu Also, when an new update is update is available, the Snap daemon will update the application automatically. Type the following command to install Visual Studio Code on Linux and press Enter: sudo snap install -classic codeĪfter you complete the steps, you can start the editor from the “apps” menu. To install VS Code with Snap, use these steps: Snap is the store that officially supports the distribution of Visual Studio Code. How to install Visual Studio Code with Snap on Ubuntu Once you complete the steps, Visual Studio Code will install, and it’ll the be available from the “apps” menu. deb button to download the Ubuntu installer.ĭouble-click the *.deb file to launch the installer. In this topic, we walked you through the installation of the Visual Studio Code on Ubuntu 20.04 and Linux Mint 20.Click the. It’s especially popular with Python and C programmers.


Visual Studio Code is a powerful and feature-rich code editor that allows you to develop applications in a diverse array of programming languages. Install Visual Studio Code in Ubuntu Conclusion Once installed, use the application manager to search Visual Code Studio and launch it as shown. Visual Studio Code has been installed on your Ubuntu desktop and you can start using it. Once the apt repository is enabled, install the Visual Studio Code package: $ sudo apt update Next, import the Microsoft GPG key using the following wget command: $ wget -q -O- | sudo apt-key add -Īnd enable the Visual Studio Code repository by typing: $ sudo add-apt-repository "deb stable main" $ sudo apt install software-properties-common apt-transport-https wget See this post: How To Enable Snap Package Manager On Linux Mint 20 To install the Visual Studio Code snap, open your terminal ( Ctrl+Alt+T) and run the following command: $ sudo snap install -classic code Installing Visual Studio Code with aptįirst, update the packages index and install the dependencies by typing: $ sudo apt update
