以centos7为例 ,以 修改为阿里的yum源
1. 备份本地yum源
[root@localhost yum.repos.d]# cp CentOS-Base.repo CentOS-Base.repo.bak
2.获取阿里yum源配置文件
[root@localhost yum.repos.d]# wget http://mirrors.aliyun.com/repo/Centos-7.repo
3.更新cache
yum makecache
4.查看
yum install update
原文地址:https://www.cnblogs.com/kting8888/p/10408084.html
时间: 2024-11-08 11:31:05