CentOS7快速更改yum源

CentOS7快速更改yum源

admin
2021-05-31 / 0 评论 / 36 阅读 / 正在检测是否收录...
yum install wget -y
rm -rf /etc/yum.repos.d/*
wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
0

评论 (0)

取消