CentOS 7在执行yum操作时 报错
Posted yzl050819
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7在执行yum操作时 报错相关的知识,希望对你有一定的参考价值。
CentOS 7在执行yum操作时,
报错: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
经过查阅资料,得知这个错误是因为没有配置/etc/resolv.conf。
解决方法:
vi /etc/resolv.conf
nameserver 8.8.8.8
search localdomain
:wq保存退出即可,之后再执行yum操作,成功!
---------------------
原文:https://blog.csdn.net/a791123503/article/details/77823498?utm_source=copy
以上是关于CentOS 7在执行yum操作时 报错的主要内容,如果未能解决你的问题,请参考以下文章