- Hands-On Serverless Computing
- Kuldeep Chowhan
- 98字
- 2021-08-05 10:35:36
RHEL, Fedora, and CentOS-based distributions
Stable versions of 64-bit Visual Studio Code are shipped through a yum repository for RHEL, CentOS, and Fedora distributions. Once you run the following script, it will install the key and repository:
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
Then run the following commands to update the package cache and install the package using dnf (Fedora 22 and above):
dnf check-update sudo dnf install code
Or, if you are on an older version of Fedora, use yum:
yum check-update sudo yum install code
推薦閱讀
- 高性能混合信號ARM:ADuC7xxx原理與應(yīng)用開發(fā)
- 基于LabWindows/CVI的虛擬儀器設(shè)計與應(yīng)用
- 7天精通Dreamweaver CS5網(wǎng)頁設(shè)計與制作
- 手把手教你學(xué)AutoCAD 2010
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- Creo Parametric 1.0中文版從入門到精通
- Mastering Machine Learning Algorithms
- AutoCAD 2012中文版繪圖設(shè)計高手速成
- 我也能做CTO之程序員職業(yè)規(guī)劃
- 學(xué)會VBA,菜鳥也高飛!
- 傳感器與新聞
- Python:Data Analytics and Visualization
- 工業(yè)機器人維護與保養(yǎng)
- 筆記本電腦維修90個精選實例
- ESP8266 Robotics Projects