centos的yum永久换源

10086upup / 2023-08-11 / 原文

 -把yum源改成了阿里云的源----》
# 1 cd到该路径
    cd    /etc/yum.repos.d

# 2 下载阿里云的源
wget http://mirrors.aliyun.com/repo/Centos-7.repo   # 下载Centos-7.repo 放在这个路径下即可

# 3 重置
yum clean all
yum makecache