Linux cenots 修改yum为国内源
温馨提示:本文最后更新于2021年12月7日 12:55,若内容或图片失效,请在下方留言或联系博主。
cd /etc/yum.repos.d/
rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo
curl -o CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
yum makecache