更改centos epel源
Posted 離人譖挽
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了更改centos epel源相关的知识,希望对你有一定的参考价值。
自动安装
yum -y install epel-release
手动安装
下载新的CentOS-Base.repo 到/etc/yum.repos.d/
cd /etc/yum.repos.d
centos 6
http://mirrors.aliyun.com/repo/Centos-6.repo
centos 7
http://mirrors.aliyun.com/repo/Centos-7.repo
mv Centos-7.repo /etc/yum.repos.d/CentOS-Base.repo
如果只想让上面的Yum源生效,可以将在/etc/yum.repos.d目录下创建一个backup目录,并将其它.repo文件都移到这个backup目录中。
更新yum源
yum clean all
yum makecache
运行yum repolist all
来查看Yum源。
国内的yum源
- 阿里云镜像:http://mirrors.aliyun.com
- 网易镜像: http://mirrors.163.com/
以上是关于更改centos epel源的主要内容,如果未能解决你的问题,请参考以下文章
centos7 升级php7 添加配置epel源 报错:Cannot retrieve metalink for repository: epel. Please verify its path a