centos7更新yum库为aliyun库

Posted xinyumuhe

tags:

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

1. 备份原来的yum源
$sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
2.设置aliyun的yum源
$sudo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3.添加EPEL源
$sudo wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo

4.清理缓存,生成新缓存,执行yum更新
$sudo yum clean all
$sudo yum makecache
$sudo yum update

感谢阿里为国内开发者做的贡献

摘自 https://blog.csdn.net/zytbft/article/details/81166345

以上是关于centos7更新yum库为aliyun库的主要内容,如果未能解决你的问题,请参考以下文章

Centos7 修改yum源为阿里云

更换CentOS7的下载源为阿里云

更新阿里yum源并重建缓存

centos7 更新yum安装源

CentOS7.X更新yum源

centos7 yum源更新