Centos7更换国内镜像

Posted shwang

tags:

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

一  、更换阿里镜像

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

 

二、更换中科大镜像站

sudo sed -e s|^mirrorlist=|#mirrorlist=|g          -e s|^#baseurl=http://mirror.centos.org/centos|baseurl=https://mirrors.ustc.edu.cn/centos|g          -i.bak          /etc/yum.repos.d/CentOS-Base.repo yum makecache

 

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

CentOS7 更换镜像源

CentOS7.x 更换 yum 镜像

Linux更换yum源

docker学习------记录centos7.5下docker安装更换国内源的处理过程

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

Composer 更换为国内镜像源(Packagist 镜像)