配置epel源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置epel源相关的知识,希望对你有一定的参考价值。

cd /etc/yum.repos.d/
ls
mkdir repo_bak
mv *.repo repo_bak/
到网易和阿里开源镜像站点下载系统对应版本的repo文件(前提得有wget命令,yum install -y wget)
wget http://mirrors.aliyun.com/repo/Centos-7.repo
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
ls
yum clean all #清除yum缓存
yum makecache #生成新的yum缓存
yum list|grep epel-release
yum install -y epel-release #安装epel源
ls
#下载阿里开源镜像的epel源文件
wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache#
yum list |grep pptpd #验证一下有没有这个包

以上是关于配置epel源的主要内容,如果未能解决你的问题,请参考以下文章

Linux 配置163yum源epel 源

centos 的epel源配置

CentOS epel yum 源配置

配置yum 和epel源

CentOS 6.9配置EPEL源

CentOS 配置epel源