EPEL有“ 额外的企业版Linux软件包“ 库,有很多这是不在官方软件仓库添加额外的软件包。
REMI是第三方库提供的最新版本,其中已经包含在CentOS和Red Hat的官方软件仓库包。 本文将帮助您安装 EPEL和 REMI库在CentOS和Red Hat 7/6/5系统。
安装EPEL存储库
EPEL发布包下是默认的CentOS repositoires可用。因此,使用下面的命令来在你的CentOS / RHEL 7/6/5系统上安装EPEL yum软件库。
# yum install epel-release
如果上面的命令不工作,请使用以下命令之一测试。
CentOS/RHEL 7
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
CentOS/RHEL 6
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
CentOS/RHEL 5
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
安装REMI库
使用下面的命令来在你的CentOS / RHEL 7/6/5系统上安装REMI yum软件库。请确保你已经安装REMI之前安装EPEL存储库。
CentOS/RHEL 7
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
CentOS/RHEL 6
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
CentOS/RHEL 5
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
列出所有已安装库
使用以下命令可以列出所有已安装的yum存储库在您的系统。
# yum repolist
样本输出
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: pubmirrors.dal.corespace.com
* epel: linux.mirrors.es.net
* extras: mirrors.easynews.com
* remi: mirrors.mediatemple.net
* updates: mirrors.easynews.com
repo id repo name status
base CentOS-6 - Base 6,518
epel Extra Packages for Enterprise Linux 6 - x86_64 11,153
extras CentOS-6 - Extras 37
pgdg91 PostgreSQL 9.1 6 - x86_64 279
pgdg93 PostgreSQL 9.3 6 - x86_64 307
puppetlabs-deps Puppet Labs Dependencies El 6 - x86_64 77
puppetlabs-products Puppet Labs Products El 6 - x86_64 475
remi Les RPM de remi pour Enterprise Linux 6 - x86_64 2,407
updates CentOS-6 - Updates 748
repolist: 22,001