Skip to content Skip to main navigation Skip to footer

CentOS/Linux:如何安装EPEL 软件仓库

在centos下,默认的yum 软件仓库并不会包含所有你想安装的包。那么如果想通过yum命令来安装不在yum默认软件库里的包的时候,就可以尝试安装EPEL软件仓库
想用Red Hat Enterprise Linux,但苦于囊中羞涩(欢迎购买 RHEL AS Subscription:US$1,499 / year),好在还有centos可选,但总感觉它的包少了点。好在现在可以使用Fedora Project 推出的 EPEL(Extra Packages for Enterprise Linux),EPEL是RHEL 的 Fedora 软件仓库,把它添上,你就可以获得 RHEL AS 的高质量、高性能、高可靠性,又需要方便易用(关键是免费)的软件包更新功能。
EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。装上了 EPEL,就像在 Fedora 上一样,可以通过 yum install package-name,随意安装软件。
安装 EPEL:
* RHEL 4(centos 4):

su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-9.noarch.rpm'
 

* RHEL 5(centos 5):

su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'
 

安装完毕之后,即可使用 yum 来安装软件,比如 Nagios:

yum install nagios
 

若要查看 EPEL Repo 中是否存在某个软件包:

yum search package-name
 
0 Comments

There are no comments yet

Leave a comment

Your email address will not be published.