Centos7将本地源更换为网易源

Posted canflyfish

tags:

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

百度搜索: 网易源  点击进入网易开源镜像站 

1. 备份当前 repo 文件

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2. 下载对应 repo 文件

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo

3. 生成缓存

   yum clean all 

   yum makecache

 

以上是关于Centos7将本地源更换为网易源的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu20更换软件源

CentOS7更换yum源

Linux更换yum源

centos7 怎么配置yum 163的源

centos7yum安装的yum源怎么配置

CentOS-7.5 更换清华大学 yum 源