Home > Article > System Tutorial > Detailed explanation of two methods of installing vscode on ubuntu
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,
2. The downloaded files are as follows
、
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
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!