替換centos的yum源

1,可以從阿里的鏡像站點裏面選中自己的linux版本:http://mirrors.aliyun.com/

2,如果是centos可以參看以下方法:

1、備份


mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup


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


CentOS 5


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


CentOS 6


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


CentOS 7


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


3、之後運行yum makecache生成緩存


3,操作完以上步驟即完成了yum源的替換


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章