Centos6.6 yum源更新

前端之家收集整理的这篇文章主要介绍了Centos6.6 yum源更新前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1备份:

cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d//CentOS-Base.repo.ori

2下载:

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

3:清理

yum clean all

4:更新缓存

yum makecache
yum install tree -y
yum update -y
原文链接:https://www.f2er.com/centos/376941.html

猜你在找的CentOS相关文章