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更换国内镜像的主要内容,如果未能解决你的问题,请参考以下文章