國內第三源很是的多,可是速度和穩定方面都不是很好,你們用的較多的應該是網易的源,但我也遇到過網易的源出問題的時候,因此,爲你們推薦另外一個又快又穩定的源。centos
EPEL 是什麼?緩存
EPEL (Extra Packages for Enterprise Linux,企業版Linux的額外軟件包) 是Fedora小組維護的一個軟件倉庫項目,爲RHEL/CentOS提供他們默認不提供的軟件包。這個源兼容RHEL及像CentOS和Scientific Linux這樣的衍生版本。ide
咱們能夠很容易地經過yum命令從EPEL源上獲取上萬個在CentOS自帶源上沒有的軟件。EPEL提供的軟件包大多基於其對應的Fedora軟件包,不會與企業版Linux發行版本的軟件發生衝突或替換其文件。code
在文本中,我將展現在CentOS下如何安裝EPEL源。ci
提示 – RHEL/CentOS系統有許多第三方源,比較流行的好比RpmForge,RpmFusion,EPEL,Remi等等。get
然而須要引發注意的是,若是系統添加了多個第三方源,可能會所以產生衝突——一個軟件包能夠從多個源獲取,一些源會替換系統的基礎軟件包,從而可能會產生意想不到的錯誤。已知的就有Rpmforge與EPEL會產生衝突。it
對於這些問題咱們建議,調整源的優先權或者有選擇性的安裝源,可是這須要複雜的操做,若是你不肯定如何操做,咱們推薦你只安裝一個第三方源。io
在CentOS 上安裝EPELast
要想安裝EPEL,咱們先要下載EPEL的rpm安裝包。class
首先經過如下命令確認你的CentOS 版本
[root@VM_195_63_centos ~]# cat /etc/redhat-release CentOS release 6.5 (Final)
[root@VM_195_63_centos ~]# wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/{Centos-6.repo,epel-6.repo,epel.repo} 或者使用 [root@VM_195_63_centos ~]# rpm -Uvh http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
三、清空緩存
[root@VM_195_63_centos ~]# yum clean all
四、檢查源
[root@VM_195_63_centos ~]# yum repolistLoaded plugins: fastestmirror, securityRepository updates is listed more than once in the configurationRepository centosplus is listed more than once in the configurationRepository contrib is listed more than once in the configurationRepository extras is listed more than once in the configurationRepository epel is listed more than once in the configurationLoading mirror speeds from cached hostfile * base: mirrors.aliyun.com * epel: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: mirrors.aliyun.comupdates | 3.4 kB 00:00 updates/primary_db | 3.6 MB 00:00 repo id repo name statusbase CentOS-6 - Base - mirrors.aliyun.com 4926cr Qcloud centos cr - i386 0epel Extra Packages for Enterprise Linux 6 - i386 9500extras CentOS-6 - Extras - mirrors.aliyun.com 34fasttrack Qcloud centos fasttrack - i386 116os Qcloud centos os - i386 4926updates CentOS-6 - Updates - mirrors.aliyun.com 956repolist: 20458
5,生成緩存
[root@VM_195_63_centos ~]# yum makecache
EPEL已經在repo 後列出,而且顯示提供了近萬個軟件包,因此EPEL 已經安裝到你的CentOS了。