Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Visual Studio Code in Ubuntu system

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the relevant knowledge of "how to install Visual Studio Code in the Ubuntu system". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Microsoft unexpectedly released Visual Studio Code and supported major desktop platforms, including linux, of course. If you are a web developer who needs to work in ubuntu, you can easily install Visual Studio Code.

I'm going to use Ubuntu Make to install Visual Studio Code. Ubuntu Make, formerly the Ubuntu developer tool Center, is a command-line tool that helps users quickly install a variety of development tools, languages, and IDE. You can also use Ubuntu Make to easily install Android Studio and other IDE, such as Eclipse. This article shows how to install Visual Studio Code using Ubuntu Make in Ubuntu. (note: you can also download the installation package directly from Microsoft's official website.)

Install Microsoft Visual Studio Code

Before you begin, you need to install Ubuntu Make. Although Ubuntu Make is in the official Ubuntu15.04 library, version 0.7 of Ubuntu Make is required to install Visual Studio. Therefore, you need to update to 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 install Ubuntu Make through the official PPA using the following command:

The code is as follows:

Sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

Sudo apt-get update

Sudo apt-get install ubuntu-make

After installing Ubuntu Make, then install Visual Studio Code using the following command:

The code is as follows:

Umake web visual-studio-code

During the installation process, the installation path will be asked, as shown below:

After throwing a bunch of requirements and conditions, it will ask you if you are sure to install Visual Studio Code. Enter'a'to determine:

Once confirmed, the installer will start downloading and installing. After the installation is complete, you can see that the Visual Studio Code icon has appeared on the Unity launcher. Click the icon to start running! The following is a screenshot of Ubuntu 15.04Unity:

Uninstall Visual Studio Code

To uninstall Visual Studio Code, also use the Ubuntu Make command. As follows:

The code is as follows:

Umake web visual-studio-code-remove

If you do not plan to use Ubuntu Make, you can also download the installation file through the Microsoft official.

Download the Visual Studio Code Linux version

This is the end of the content of "how to install Visual Studio Code in the Ubuntu system". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report