- 备份本地源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak
- 更新国内源
针对国内源有很多,一般我们选择阿里
或者163
阿里:http://mirrors.aliyun.com/rep...
163:http://mirrors.163.com/.help/...
我这里使用阿里
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
- 清空yum缓存
yum clean all
- 重建yum缓存
yum makecache
- 更新yum
yum upgrade
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。