Ubuntu: Install VSCode

Reference blogInstall VSCODE under Ubuntu_ubuntu install vscode-CSDN blogThe second method [installation package method], that’s it, Installation is very easy~~~

Installation package method:

1. Download the latest version of the deb installation package from the VSCode official website:

https://code.visualstudio.com/Download, select .deb and click download.

After the download is successful, you can see the downloaded .deb installation package: 

2. After downloading, right-click in the folder where the .deb installation package is placed to open the terminal, and then enter the following command:

sudo dpkg -i code_1.84.2-1699528352_amd64.deb

What follows -i is the name of your own .deb installation package.

As shown in the picture below, you can see that the installation has been successful:

 3. Click on the lower left corner, you can see that VScode has been installed successfully! Open it and enjoy using it~

Guess you like

Origin blog.csdn.net/weixin_39450145/article/details/134635674