Install Visual Studio Code in Ubuntu
Microsoft unexpectedly released Visual Studio Code and supported major desktop platforms, including linux. If you are a web developer who needs to work in Ubuntu, you can easily install Visual Studio Code.
I will use Ubuntu Make to install Visual Studio Code. Ubuntu Make is the former Ubuntu developer tool center. It is a command line tool that helps users quickly install various development tools, languages, and ides. You can also use Ubuntu Make to easily install Android Studio and other ides, such as Eclipse. This document describes how to install Visual Studio Code using Ubuntu Make In Ubuntu. You can also download the installation package from the official Microsoft website)
Install Microsoft Visual Studio Code
Before you start, install Ubuntu Make. Although Ubuntu Make exists in the official Ubuntu 0.7 library, you need Ubuntu Make or later to install Visual Studio. Therefore, you need to update the latest Ubuntu Make through the official PPA. This PPA supports Ubuntu 14.04, 14.10, and 15.04.
Note that only the 64-bit version is supported.
Open the terminal and run the following command to install Ubuntu Make through the official PPA:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
After Ubuntu Make is installed, run the following command to install Visual Studio Code:
umake web visual-studio-code
During the installation process, you will be asked about the installation path, such:
After throwing out a bunch of requirements and conditions, it will ask if you are sure to install Visual Studio Code. Enter 'A' to confirm:
After confirmation, the installer starts to download and install. After the installation is complete, you can find that the Visual Studio Code icon has already appeared on the Unity launcher. Click the icon to start running! For Ubuntu 15.04 Unity:
Uninstall Visual Studio Code
Uninstall Visual Studio Code and use the Ubuntu Make command. As follows:
umake web visual-studio-code --remove
If you do not want to use Ubuntu Make, you can also download the installation file from Microsoft official website.
- Download Visual Studio Code for Linux
What! Visual Studio Code can be installed easily, thanks to Ubuntu Make. I hope this article will help you. If you have any questions or suggestions, please leave a message.
Visual Studio Code simple trial
Visual Studio 2010 & Help Library Manager installation instructions
How to configure OpenCV 2.3.x/2.4.x in Visual Studio 2005/2008 and Visual Studio 2010
Use the opencv-2.4.0.exe file to compile the x86 or x64 platform Visual Studio 2005/2008/2010 target file
Visual Studio LightSwitch supports HTML5 and JavaScript
Visual Studio 11: use C ++ to develop a simplest Metro application
Visual Studio details: click here
Visual Studio: click here