分享一个Centos8的国内yum源

tech2025-06-26  16

使用的是阿里巴巴开源镜像站,文件地址:

https://mirrors.aliyun.com/repo/Centos-8.repo

使用方法:

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
最新回复(0)