OS

CentOS

2021-08-24

CentOS是一个基于Red Hat Enterprise Linux 源代码的开源 [[Linux]] 发行版,专为企业级环境提供稳定、安全和可靠的服务器操作系统,已于2024年6月30日正式结束生命周期。

更换镜像源

  • 备份:cp -r /etc/yum.repos.d /etc/yum.repos.d.backup
  • CnetOS 7:curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
  • CentOS 8:curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo