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操作时 报错的主要内容,如果未能解决你的问题,请参考以下文章

CentOS进行yum操作时不能访问国外镜像的解决方案

CentOS-7-x86_64-Minimal-1908 yum安装报错(无法解析主机问题)

Centos7.0安装python2.7后yum报错

在CentOS7上安装vim编辑器报错无法解析阿里云主机

Centos7 yum安装bind报错

新人求助,centOS7中执行yum命令一直报错