查看: 73|回复: 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.

在本版发帖返回顶部