centos8.5更新阿里云国内源

发布时间 2023-12-20 15:12:41作者: 方大帝的博客

1、删除系统自带源

rm -f /etc/yum.repos.d/*

2、下载阿里云源

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
sudo dnf clean all
sudo dnf update