Home > System Tutorial > LINUX > body text

Detailed explanation of two methods of installing vscode on ubuntu

王林
Release: 2024-01-05 15:46:22
forward
1121 people have browsed it

method one:

Enter the following commands in sequence

1. sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
2. sudo apt-get update
3. sudo apt-get install ubuntu-make
4. umake ide visual-studio-code
Prompt to enter a

Method Two:

Download the installation package in the windows system, and then use the shared folder to install it under ubuntu

1,Detailed explanation of two methods of installing vscode on ubuntu

2. The downloaded files are as follows

Detailed explanation of two methods of installing vscode on ubuntu

3. Place it in the shared folder between the host and the virtual machine

Open the terminal in the corresponding folder,

Enter the installation command:

sudodpkg-i code_1.31.1-1549938243_amd64.deb
Copy after login

I had a version problem when I used the first one, so I used the second one

Summarize

The above is the detailed content of Detailed explanation of two methods of installing vscode on ubuntu. For more information, please follow other related articles on the PHP Chinese website!

source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!