Centos8 更换国内阿里源
2022-08-09
使用 centos-vault 作为停止支持的 CentOS8 的 yum源, 国内有其他的 centos 镜像站点, 如: 阿里源,清华源、中科大等, 这里使用阿里源
更换源
cd /etc/yum.repos.d
# 先进行备份:
mv CentOS-Base.repo CentOS-Base.repo.bak
更换 CentOS-Base.repo 为 阿里云的 CentOS-Base.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
更新yum缓存
yum clean all
yum makecache