- Lua Quick Start Guide
- Gabor Szauer
- 132字
- 2021-08-05 10:30:34
Installing VS Code on Linux
These instructions are written for Ubuntu Linux 16.04. The steps needed to install Lua are the same for Ubuntu Linux 12.04 and higher.
- Go to http://code.visualstudio.com/ and download the Visual Studio Code installer .deb file. Take note of the name of the downloaded file; the version I am using is named code_1.9.1-1486597190_amd64.deb.
- Once downloaded, launch a new Terminal window. Navigate the Terminal to the downloads folder with the following command: cd ~/Downloads.
- Next, install the .deb file with the following command: sudo dpkg -i ./code_1.9.1-1486597190_amd64.deb. The filename might be different based on the version of VS Code you downloaded.
- Fix any missing or broken dependencies with the following command: sudo apt-get install -f.
- Visual Studio Code is now installed, and there are no further actions to take.
推薦閱讀
- Python 3.7網絡爬蟲快速入門
- 算法精粹:經典計算機科學問題的Java實現
- Python數據分析(第2版)
- Python編程與幾何圖形
- 零基礎學單片機C語言程序設計
- MINECRAFT編程:使用Python語言玩轉我的世界
- Windows Phone 8 Game Development
- AMP:Building Accelerated Mobile Pages
- Python機器學習開發實戰
- Raspberry Pi Blueprints
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Python應用開發技術
- JavaScript程序設計實例教程(第2版)
- Learning QGIS(Second Edition)
- LiveCode Mobile Development Hotshot