- Learn WebAssembly
- Mike Rourke
- 116字
- 2021-08-13 15:39:00
Installing Visual Studio Code on Ubuntu
The process for installing VS Code on Ubuntu has a few extra steps, but is still relatively simple. First, download the .deb file from VS Code's download page (https://code.visualstudio.com/Download). Once the download completes, run the following commands to complete the installation:
# Change directories to the Downloads folder
cd ~/Downloads
# Replace <file> with the name of the downloaded file
sudo dpkg -i <file>.deb
# Complete installation
sudo apt-get install -f
If you get a missing dependency error, you can fix it by running the following command before sudo dpkg:
sudo apt-get install libgconf-2-4
sudo apt --fix-broken install
You should now be able to open VS Code from the Launcher.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- 深入理解Django:框架內幕與實現原理
- Visual FoxPro 程序設計
- Java編程指南:基礎知識、類庫應用及案例設計
- 匯編語言程序設計(第3版)
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Python圖形化編程(微課版)
- 寫給青少年的人工智能(Python版·微課視頻版)
- C語言程序設計教程
- Ubuntu Server Cookbook
- 菜鳥成長之路
- C# 10核心技術指南
- Ajax與jQuery程序設計
- Procedural Content Generation for Unity Game Development
- 深度學習企業實戰:基于R語言