CentOS切换镜像源

CentOS 5

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

1
curl -o /etc/yum.repos.d/CentOS-Base.repo

CentOS 6

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

1
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

CentOS 7

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

1
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

CentOS 8

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

1
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo

CentOS 8 Stream

1
wget -O /etc/yum.repos.d/CentOS-8-Stearm.repo https://file.xiaolan.xin/file/CentOS/CentOS-8-Stearm.repo

1
curl -o /etc/yum.repos.d/CentOS-8-Stearm.repo https://file.xiaolan.xin/file/CentOS/CentOS-8-Stearm.repo

重新生成缓存:

1
yum clean all && yum makecache
  • 版权声明: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!
  • Copyrights © 2023-2025 Xiaolan

请我喝杯咖啡吧~