- Hands-On Serverless Computing
- Kuldeep Chowhan
- 166字
- 2021-08-05 10:35:36
Debian and Ubuntu-based distributions
The easiest way to install VS Code on Debian/Ubuntu-based distributions is to download and install the 64-bit .deb package from https://go.microsoft.com/fwlink/?LinkID=760868. If you have the graphical software center available, then install the 64-bit .deb package from there, and if it is not available then install it using the command line:
sudo dpkg -i <file>.deb
sudo apt-get install -f # Install dependencies
The .deb package installation will automatically install the apt repository and it will also install the signing key which enables auto-updating using the regular system mechanism. You can download the 32-bit .deb package and .tar.gz binaries from https://code.visualstudio.com/Download
The repository and key can also be installed manually using the following script:
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
Then run the following commands to update the package cache and install the package:
sudo apt-get update
sudo apt-get install code # or code-insiders
- Hands-On Graph Analytics with Neo4j
- R Data Mining
- 教父母學會上網(wǎng)
- Photoshop CS4經(jīng)典380例
- 快學Flash動畫百例
- 完全掌握AutoCAD 2008中文版:綜合篇
- 西門子變頻器技術入門及實踐
- 實用網(wǎng)絡流量分析技術
- SQL Server數(shù)據(jù)庫應用基礎(第2版)
- 數(shù)字多媒體技術基礎
- 電氣控制及Micro800 PLC程序設計
- Serverless Design Patterns and Best Practices
- 菜鳥起飛電腦組裝·維護與故障排查
- WPF專業(yè)編程指南
- 智能小車機器人制作大全(第2版)