1. 程式人生 > >Centos6.6 yum源更新方法

Centos6.6 yum源更新方法

1、備份

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

2、下載新的CentOS-Base.repo 到/etc/yum.repos.d/

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