centos切换yum源

备份
下载仓库配置文件
创建缓存
更新yum

一、备份

进入/etc/yum.repos.d路径备份文件

centos-addons.repo  centos.repo

二、下载仓库配置文件

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

ps:提示没有安装wget的

1、把刚刚备份的文件再考回去 路径/etc/yum.repos.d
2、yum install wget
3、下载成功后把yum.repos.d备份出去
4、跑“二”的命令

三、创建缓存

yum makecache

四、更新yum

yum update

你可能感兴趣的:(linux笔记本,centos,linux,运维)