CentOS的REMI源


CentOS下除了EPEL源之外還有REMI的源,REMI源保證了軟件的最新版,注意:並不一定是穩定的。並且安裝了REMI源默認是不開啟的,只有有需要的時候才進行開啟使用。

在CentOS 7上:

# rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

在CentOS 6上:

# rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

使用:

# yum --enablerepo=remi search <keyword>
# yum --enablerepo=remi install <package-name>

 

參考:

https://www.linuxidc.com/Linux/2014-11/109240.htm


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM