为RHEL、centos添加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来使用
转载于:https://blog.51cto.com/itchen/205380