Linuxyumソースアリクラウドソフトウェアソースの切り替え

1758 ワード

  • ネイティブソフトウェアソースのバックアップ
  • mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 


  • 新しいCentOS-Baseをダウンロードします。repoから/etc/yum.repos.d/

  • CentOS 5
  • get -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



  • その後yum makecache生成キャッシュを実行

  • yum makecache



  • 転載先:https://www.cnblogs.com/jimisun/p/8174655.html