解决Centos7 yum 出现could not retrieve mirrorlist 错误
Posted 格格巫 MMQ!!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Centos7 yum 出现could not retrieve mirrorlist 错误相关的知识,希望对你有一定的参考价值。
刚通过VMware12安装了centos7.x后,使用ip addr查看centos局域网的ip发现没有,使用yum安装一些工具包时也出现报错:
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=os error was
14: PYCURL ERROR 6 - “Couldn’t resolve host ‘mirrorlist.centos.org’”
Error: Cannot find a valid baseurl for repo: base
使用yum无法检索到镜像列表,解决方法如下。
-
cd /etc/sysconfig/network-scripts 进入该文件夹后,然后再ls一下,查看是否有ifcfg-ens33,有时是ifcfg-eth0
-
vi ifcfg-ens33 进入VI的一般模式,移动光标到ONBOOT=no
-
按下"i"进入VI的编辑模式,把no删除改为yes
-
修改后按下esc再次进入一般模式,再按下":"到文件底部,在“:”后输入 “wq” (保存退出)
-
重启一下centos,再次试一下ip addr和 yum, 就可以了。
附加: 如果在network-scripts里找到的是ifcfg-eth0文件,那就把以下两项改成如下,最后重启就行。
ONBOOT=yes MM_CONTROLLED=no
以上是关于解决Centos7 yum 出现could not retrieve mirrorlist 错误的主要内容,如果未能解决你的问题,请参考以下文章
Centos7 yum 出现could not retrieve mirrorlist 最终解决方案
linux安装命令出错(could not resolve host mirrorlist.centos.org)
CentOS 使用yum命令安装出现错误提示”could not retrieve mirrorlist http://mirrorlist.centos.org ***”
CentOS7出现Unit iptables.service could not be found
CentOS 使用yum命令安装出现错误提示”could not retrieve mirrorlist http://mirrorlist.centos.org ***”