查看: 92|回覆: 0

Rocky Linux ,Centos ,Fedora常用软件安装

[複製鏈接]

2

主題

0

回帖

0

積分

热心网友

金币
0
閲讀權限
220
精華
0
威望
0
贡献
0
在線時間
0 小時
註冊時間
2012-7-8
發表於 2022-7-7 20:09:00 | 顯示全部樓層 |閲讀模式

Rocky Linux ,Centos ,Fedora常用软件安装

Chrome 稳定版

$ sudo dnf install --nogpgcheck https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm -y

Visual studio code

stable

RHEL, Fedora, and CentOS based distributions#

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 (Fedora 22 and above):

dnf check-update
sudo dnf install code

Or on older versions using yum:

yum check-update
sudo yum install code

Due to the manual signing process and the system we use to publish, the yum repo may lag behind and not get the latest version of VS Code immediately.

Visual studio code 1.69.1

$ sudo dnf install --nogpgcheck https://az764295.vo.msecnd.net/stable/b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a/code_1.69.1-1657615746_amd64.rpm -y

Visual studio code 1.68.1

$ sudo dnf install --nogpgcheck https://vscode.cdn.azure.cn/stable/30d9c6cd9483b2cc586687151bcbcd635f373630/code-1.68.1-1655263151.el7.x86_64.rpm -y

yum dnf install vscode

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 (Fedora 22 and above):

$ dnf check-update
$ sudo dnf install code

Or on older versions using yum:

$ yum check-update
$ sudo yum install code

NTFS Support

$ sudo dnf install --nogpgcheck https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/n/ntfs-3g-libs-2021.8.22-2.el8.x86_64.rpm -y

$ sudo dnf install --nogpgcheck https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/n/ntfs-3g-2021.8.22-2.el8.x86_64.rpm -y

VLC

fedore centos

$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf install vlc
$ sudo dnf install python-vlc (optional)

WPS 2019

$ sudo dnf install --nogpgcheck https://dl.rockylinux.org/pub/rocky/8/AppStream/x86_64/os/Packages/libXScrnSaver-1.2.3-1.el8.x86_64.rpm -y

回覆

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即注册

本版積分規則

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部