CentOS切换镜像源

CentOS 5

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

1
curl -o /etc/yum.repos.d/CentOS-Base.repo

CentOS 6

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

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

CentOS 7

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

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

CentOS 8

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

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

CentOS 8 Stream

1
wget -O /etc/yum.repos.d/CentOS-8-Stearm.repo https://file.xiaolan.xin/file/CentOS/CentOS-8-Stearm.repo

1
curl -o /etc/yum.repos.d/CentOS-8-Stearm.repo https://file.xiaolan.xin/file/CentOS/CentOS-8-Stearm.repo

重新生成缓存:

1
yum clean all && yum makecache