centos7切换阿里云yum源

cd /etc/yum.repos.d
mkdir bakup
mv *.repo /etc/yum.repos.d/bakup
wget -O /etc/yum.repos.d/aliyun.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all && yum makecache


评论
暂无评论

登录后可发表评论

点击登录