CentOS镜像使用帮助--yum更新
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS镜像使用帮助--yum更新相关的知识,希望对你有一定的参考价值。
使用说明
首先备份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
下载对应版本repo文件, 放入/etc/yum.repos.d/(操作前请做好相应备份)
运行以下命令生成缓存
yum clean all
yum makecache
以上是关于CentOS镜像使用帮助--yum更新的主要内容,如果未能解决你的问题,请参考以下文章
CentOS系统中用yum update 命令开始更新,更新过程中怎么停下来。。求高手解答!
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段