Fedora30 install VS Code
Posted lipandeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fedora30 install VS Code相关的知识,希望对你有一定的参考价值。
We currently ship the stable 64-bit VS Code in a yum repository, the following script 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 update the package cache and install the package using dnf:
$ sudo dnf check-update
$ sudo dnf install code
以上是关于Fedora30 install VS Code的主要内容,如果未能解决你的问题,请参考以下文章
Install PostgreSql in Fedora 27
Install PostgreSql in Fedora 27
Fedora 25/24/23 nVidia Drivers Install Guide
install Wine + WeChat in Fedora 31