(1)备份原来的软件源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
(2)下载阿里源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
(3)生成缓存
yum makecache
(4)清除不必要的提示信息
sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo
(5)更新软件源文章来源:https://www.toymoban.com/news/detail-664735.html
yum update -y
第二步如果提示没有wget,就先执行yum install wget -y
然后再继续操作就行文章来源地址https://www.toymoban.com/news/detail-664735.html
到了这里,关于CentOS 7更换阿里源的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!