Install VScode on ubuntu

My OS is ubuntu16.04 and my laptop is 32bit, then I install Visual Studio Code1.29.1.

Step 1: go to official web to download source package: https://code.visualstudio.com/Download

Step 2: choose that .deb source for 32bit ubuntu

Step 3: after a .deb package is download, open a new terminal at the same place

Step 4: type one line in the terminal: sudo apt install ./code_1.29.1-1542309226_i386.deb(this is my .deb package's name)

Step 5: if everything goes well, you can find vscode in ubuntu's Software Center

你可能感兴趣的:(学习openCV)