Centos7更换Yum源

1
2
3
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo
yum clean
yum makecache

Centos6更换阿里云yum源

1
2
3
4
5
6
7
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
# CentOS6更换
wget -O /etc/yum.repos.d/CentOS-Base.repo 
# CentOS7更换
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean
yum makecache


本文转自 运维小学生 51CTO博客,原文链接:http://blog.51cto.com/yasar/1917447,如需转载请自行联系原作者
上一篇:【OpenCV学习】错误的案例:矩阵的遍历赋值和取值


下一篇:思科设置安全外壳(SSH)