linux CentOS更換 ali YUM源

126雲發表於2021-02-13

Centos更換yum下載源方法


Centos 5-6-7更換源版本號後下載即可

rm -rf /etc/yum.repos.d/Centos-Base.repo

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

yum makecache



Centos 8

rm -f /etc/yum.repos.d/CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo 

curl -o CentOS-Base.repo

yum makecache


文章轉自 西昆雲

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69957453/viewspace-2757225/,如需轉載,請註明出處,否則將追究法律責任。

相關文章