epel 源
epel 简介
EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux.
epel 源配置
对本地yum源进行删除或者备份
mv /etc/yum.repos.d/test.repo /etc/yum.repos.d/test.repo.backup
下载阿里云的yum源。阿里巴巴开源镜像站:阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区
wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo
清除和创建缓存
1
2yum clean all
yum makecache
epel 源
https://flepeng.github.io/002-Linux-13-包管理-01-yum-epel-源/