1. 程式人生 > >CentOs 6.8配置yum源

CentOs 6.8配置yum源

1:使用root許可權,從根目錄到yum.repo.d檔案下

1 cd etc/yum.repos.d

2、備份ContOS.repo

1 mv CentOS-Base.repo CentOS-Base.repo.backup

3、從url中下載所對應的repo檔案

1 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

或者

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

 

 

4、生成快取

執行yum makecache