CentOS交換ミラーソース

1770 ワード

1.バックアップ

[root@localhost yum.repos.d]#  mv CentOS-Base.repo.bak CentOS-Base.repo.backup

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]# yum clean all
  • 生成キャッシュ
  • [root@localhost yum.repos.d]# yum makecache