我用的是CentOS 6.4。
当我在终端窗口中使用“yum update”时出现此错误。

 Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base

有可供升级的镜像吗?

最佳答案

你好像有域名解析问题
要检查此项,请运行命令:
nslookup mirrorlist.centos.org
如果你没有得到一个IP来应答,这意味着你的/etc/resolv.conf配置不正确

关于linux - 更新yum失败,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21570925/

10-13 07:36