文章详情页
在CentOS上如何安装Nux Dextop仓库?
浏览:381日期:2022-06-06 17:20:24
介绍
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>
相关文章:
1. .net core Api 部署到Linux的方法步骤2. Kali Linux鼠标怎么设置左撇子模式? Linux鼠标左手操作的选择方法3. Fedora系统怎么开启夜灯? Linux使用夜灯的技巧4. kali linux镜像显示设置步骤分享5. CentOS 7.3.1611 系统安装配置图文教程6. Linux Mint系统背景图片怎么更换? Linux更换桌面背景的技巧7. Fedora Linux自定义网络连接名称方法分享8. 网管必学技术:Linux系统终极安装手册(图)9. deepin linux安装'windows画图'程序的方法10. Xmanager怎么显示远程linux程序的图像
排行榜

网公网安备