87324554 2013-05-07
epel简介:https://fedoraproject.org/wiki/EPEL/zh-cn
1.rpm-Uvhhttp://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
粗体部分需要根据自己的的环境自行选择
2.rpm-import/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
这步可做可不做(因为用yum安装软件的时候根据提示选择y可以自动导入)
3.修改/etc/yum.repos.d/epel.repo文件,在[epel]最后添加一条属性priority=11
意思是yum先去官方源查,官方没有再去epel的源找
更新CA证书就可以,不过在此同时需要临时禁用epel源并更新就可以了,命令如下:yum --disablerepo=epel -y update ca-certificates. 运行过后,一切好使。