文章詳情頁
在CentOS上如何安裝Nux Dextop倉庫?
瀏覽:129日期: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)。 所以,建議默認(rèn)情況下不啟用Nux Dextop倉庫。
打開/etc/yum.repos.d/nux-dextop.repo,將”enabled=1” 修改為 “enabled=0”。
$ sudo vi /etc/yum.repos.d/nux-dextop.repo
當(dāng)需要使用Nux Dextop倉庫時,顯式啟用倉庫。
$ sudo yum --enablerepo=nux-dextop install <package-name>
相關(guān)文章:
1. 如何解決Linux下Too many open files問題2. centos7如何快速啟動應(yīng)用程序?3. linux服務(wù)器快速卸載安裝node環(huán)境(簡單上手)4. centos7緊急修復(fù)模式怎么進入?5. CentOS7.0怎么設(shè)置屏幕分辨率?6. 如何雙啟動Win11和Linux系統(tǒng)?Win11 和 Linux雙系統(tǒng)安裝教程7. 你知道Linux桌面領(lǐng)域的7大趨勢嗎?8. Arch Linux不適合當(dāng)作服務(wù)器操作系統(tǒng)的四大原因9. 使用putty遠程登錄linux系統(tǒng)教程10. Linux系統(tǒng)如何配置雙顯卡?
排行榜
