文章詳情頁
在CentOS上如何安裝Nux Dextop倉庫?
瀏覽:257日期:2022-06-06 17:20:24
介紹
Nux Dextop是類似CentOS、RHEL、ScientificLinux的第三方RPM倉庫(比如:Ardour,Shutter等等)。目前,Nux Dextop對CentOS/RHEL 6|7可用。
安裝
Nux Dextop庫依賴于EPEL庫,所有要先安裝EPEL庫(需要管理員權(quán)限)。
如果安裝過則跳過。
$ su root $ yum -y install epel-release
對于RHEL6/CentOS 6(復(fù)制/粘貼):
$ rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm
對于RHEL/CentOS 7(復(fù)制/粘貼):
$ 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>
相關(guān)文章:
1. glibc 2.31補丁導(dǎo)致Linux子系統(tǒng)WSL 1運行Ubuntu 20.04出問題2. Linux下docker 容器退出bash的兩種實現(xiàn)方法3. Mac虛擬機安裝Linux Ubuntu教程4. Linux/Ubuntu Git從安裝到使用的方法步驟5. Linux受攻擊次數(shù)高于Windows6. 新手看招:在Linux系統(tǒng)下玩Windows游戲7. CentOS7中無法找到pci find device函數(shù)的解決方法8. 刪除Linux后如何找回Windows啟動菜單9. linux中無make命令的問題(make: *** 沒有指明目標并且找不到 makefile及make命令安裝方法)10. centos7使用docker部署gitlab-ce-zh應(yīng)用詳解
排行榜
