安装丨CentOS7更换阿里云yum源

Posted wangjianuo

tags:

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

 

参考:

https://blog.csdn.net/HistoryCreator/article/details/78570711
https://yq.aliyun.com/ziliao/408380

 

1、备份系统yum源

cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

2、设置阿里云yum源

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 

3、添加EPEL源

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

4、清理缓存并生成新的缓存

yum clean all  
yum makecache  

5、重新生成缓存

yum makecache

6、查看是否是阿里云配置

more CentOS-Base.repo

技术分享图片

 

7、按个lrzsz,测试一下。

yum install lrzsz -y

 

以上是关于安装丨CentOS7更换阿里云yum源的主要内容,如果未能解决你的问题,请参考以下文章

centos8将yum源更换为国内(阿里云)源

centos7 阿里云yum源更换

centos7 更换yum源为阿里云

Centos7更换阿里云yum源

centos8更换国内源(阿里源)

更换CentOS7的下载源为阿里云