Centos7更改yum源和epel源到阿里云

Posted

tags:

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

备份原来的yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

设置yum源为阿里云
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

添加epel源
wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo

清理缓存并生成新的缓存
yum clean all
yum makecache

以上是关于Centos7更改yum源和epel源到阿里云的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7 配置 yum 源和 epel 源

CentOS7系统配置国内yum源和epel源

配置阿里云 yum 源和 EPEL 源

Centos 7 配置阿里云 yum源和 安装 EPEL源

CentOS7系统配置国内yum源和epel源

CentOS 7 配置yum本地base源和阿里云epel源