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

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

posted @ 2022-07-07 20:09  devgis  阅读(549)  评论(0编辑  收藏  举报