Linux 系统源(apt / yum / dnf)stable
清华 CentOS/RHEL yum
https://mirrors.tuna.tsinghua.edu.cn/centosCentOS/RHEL yum 源,配置 /etc/yum.repos.d/
yumCentOSRHELLinux
使用说明
清华 CentOS yum 镜像
快速 sed 替换(CentOS 7):
sudo sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/CentOS-*.repo
sudo sed -i 's|^#baseurl=http://mirror.centos.org|baseurl=https://mirrors.tuna.tsinghua.edu.cn|g' /etc/yum.repos.d/CentOS-*.repo
sudo yum makecache
备份后下载配置文件:
sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
sudo yum makecache
