在CentOS上如何安装Nux Dextop仓库

时间:23-11-17 14:44:03

作者:

分类:Linux教程

  介绍

  Nux Dextop是类似CentOS、RHEL、ScientificLinux的第三方RPM仓库(比如:Ardour,Shutter等等)。目前,Nux Dextop对CentOS/RHEL 6|7可用。

  安装

  Nux Dextop库依赖于EPEL库,所有要先安装EPEL库(需要管理员权限)。
如果安装过则跳过。

$ su root
$ yum -y install epel-release

  对于RHEL6/CentOS 6(复制/粘贴):

$ rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm

  对于RHEL/CentOS 7(复制/粘贴):

$ rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

  检查Nux Dextop是否安装成功:

$ yum repolist 

  如果仓库列表中有Nux Dextop就安装成功。

  提示

  由于Nux Dextop仓库可能会与其他第三方库有冲突,比如(Repoforge和ATrpms)。 所以,建议默认情况下不启用Nux Dextop仓库。

  打开/etc/yum.repos.d/nux-dextop.repo,将”enabled=1” 修改为 “enabled=0”。

$ sudo vi /etc/yum.repos.d/nux-dextop.repo

  当需要使用Nux Dextop仓库时,显式启用仓库。

$ sudo yum --enablerepo=nux-dextop install <package-name>