CentOS 7更换镜像源

Posted greamrod

tags:

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

1、先安装wget,执行命令:"yum install -y wget"。

技术图片

 

 2、打开阿里镜像:https://developer.aliyun.com/mirror/

技术图片

 

3、下载新的 CentOS-Base.repo/etc/yum.repos.d/ 

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

或者

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

技术图片

 

4、更新镜像源。

#清除缓存
yum clean all
#生成缓存
yum makecache

技术图片技术图片

 

以上是关于CentOS 7更换镜像源的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 更换 YUM 镜像源

CentOS7 更换镜像源

CentOS7 更换镜像源

将Centos的yum源更换为国内的阿里云源

CentOS更换镜像源

将Centos的yum源更换为国内的阿里云源