centos 6更新yumソースはアリクラウド

1091 ワード

参考記事:
https://blog.csdn.net/Lv_Victor/article/details/71699078
https://blog.csdn.net/owangf_dl/article/details/78966369
 
[1]まずバックアップ/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

 
[2]yumソースプロファイルが存在するフォルダへ
cd /etc/yum.repos.d/

 
[3]163またはアリクラウドのyumソースプロファイルをダウンロードし、/etc/yumに入れる.repos.d/(操作前に対応するバックアップを作成してください)
163:
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

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

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

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

[4]クリーンアップ
 yum clean all
[5]キャッシュの更新
yum makecache yum install tree -y yum update -y
yum -y update