1. 程式人生 > >linux如何更改yum源

linux如何更改yum源

要求 ase 恢復 tps gpo https lan www bak

更改linux yum源方法:
第一步:進入yum配置文件目錄:
cd /etc/yum.repos.d/
第二步:備份配置文件(如果後續出現了問題就可以恢復):
mv CentOS-Base.repo CentOS-Base.repo.bak
第三步:下載網易的配置(或其他源配置文件):下載下來的文件名為 CentOS6-Base-163.repo
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

第四步:重命名配置文件(重命名成配置文件中要求的文件名)
mv CentOS6-Base-163.repo CentOS-Base.repo
第五步:更新(此操作是將yum所有能更新的都更新了):
yum update

linux如何更改yum源