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

微信扫一扫,关注极客日志
微信公众号「极客日志V2」,在微信中扫描左侧二维码关注。展示文案:极客日志V2 zeeklog
