准备工作

检查wget是否安装

wget -V

安装

yum install wget -y

1、备份原有yum源

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、选择可用的yum源

阿里云

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
#或
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

163

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo

3、生成缓存

yum clean all  # 清除yum缓存
yum makecache  # 重建缓存
yum -y update  # 升级所有包
标签:centos
文章End结束

本文标题:centos7更换yum源

本文链接:https://kls.red/16.html

除非另有说明,本作品遵循CC 4.0 BY-SA 版权协议

声明:转载请注明文章来源。

最后修改:2024 年 02 月 15 日
如果觉得我的文章对你有用,请随意赞赏