1.バックアップ
[root@localhost yum.repos.d]
2.新しいCentOS-Base.をダウンロードrepoから/etc/yum.repos.dディレクトリ
アリミラーアドレス:https://opsx.alibaba.com/mirror CentOS 5 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
curl -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
curl -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
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3.新規キャッシュの生成
キャッシュ[root@localhost yum.repos.d]
生成キャッシュ[root@localhost yum.repos.d]