- 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.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- TypeScript入門與實(shí)戰(zhàn)
- JavaScript修煉之道
- 深入實(shí)踐Spring Boot
- Designing Hyper-V Solutions
- Python高級(jí)機(jī)器學(xué)習(xí)
- 單片機(jī)應(yīng)用技術(shù)
- Reactive Programming With Java 9
- 數(shù)據(jù)結(jié)構(gòu)(C語(yǔ)言)
- 程序是怎樣跑起來(lái)的(第3版)
- HTML5開發(fā)精要與實(shí)例詳解
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- CRYENGINE Game Development Blueprints
- Scala編程實(shí)戰(zhàn)
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇