"Could not resolve host: mirrorlist.centos.org; Unknown error"解决方法

这两天学习历程可谓历尽坎坷,昨天在vSphere Client中安装完CentOS系统后,今天尝试在系统中安装mysql数据库。

由于刚接触Linux,所以对于一些常用指令和操作并不熟悉,也是一边百度一边操作的,所以对照博文进行mysql在线安装:

wget https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.26-linux-glibc2.12-x86_64.tar.gz

回车确认时出现第一个问题:bash:wget:command not found,原来一般linux最小化安装时,wget不会默认被安装,

于是通过下一条命令来安装wget。

yum -y install wget

紧接着又来了第二个问题:Could not resolve host:mirrorlist.centos.org; Unknown error.网上查了下原因:“本机无法连接网络的网络设置”

于是靠着强大的百度找到 xixihuang 博主的文章,依靠他的第一个方案终于报错问题,下面记录下处理过程:

步骤1:在终端输入以下命令,查看安装在本机的网卡:

[[email protected] ~]# nmcli d

ens160   处于disconnected状态;

步骤2:在终端中输入以下命令,打开网络管理员:

[[email protected] ~]# nmtui

选择“Edit a connection”后按回车键(使用TAB键进行选择的选项)

步骤3:现在可以看到所有的网络接口,选择一个(我的是ens160),然后键盘上下左右键选择到“Edit”并Enter确认进入:

步骤4:进行动态配置:

  (1)在IPv4 CONFIGURATION配置选择<Automatic>;

  (2)按空格键选择“Automatically connetc”复选框;

  (3)点击OK键,退出网络管理器;

  (4)依次Back Exit,返回终端界面;

  (5)输入命令重新启动网络服务:[[email protected] ~]# systemctl restart network

网络重启后,可通过yum -y install wget进行安装了。先到这,后面有坑继续踩。

原文参考链接:https://www.cnblogs.com/xixihuang/p/5404517.html

原文地址:https://www.cnblogs.com/mrgavin/p/11237149.html

时间: 2024-11-05 18:40:52

"Could not resolve host: mirrorlist.centos.org; Unknown error"解决方法的相关文章

Could not resolve host: mirrorlist.centos.org Centos 7 Unkown error

安装Centos7(core)以后,网卡默认不会启用.这是一个大坑,直接报错,这是一个过度优化,有几个开发人员/运维人员安装centos7(core)不用ssh去连接服务器的. 报错如下: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: cu

Couldn&#39;t resolve host &#39;mirrorlist.centos.org&#39;解决办法

今天在服务器上安装oneinstack时, 输入命令: wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz 出现: Couldn't resolve host 'mirrorlist.centos.org' 无法解析 解决方法: [[email protected] ~]# vim /etc/resolv.conf nameserver 8.8.8.8 就好了. 不要怕问题,所有的问题,都是让你收获答案来的. ----------  招

解决Couldn&#39;t resolve host &#39;mirrorlist.centos.org

这个错误引起主要是因为环境读取不到yun引起的可以考虑/etc/sysconfig/network-scripts/ifcfg-eth0 配置出错导致网络不通.或者/etc/resolv.conf的DNS配置出错.或者可以考虑清楚yum缓存影响(yum clean all) (下面是网上找到比较有用资料) 今天在linux环境通过yum安装软件报了以下错误: [[email protected] yum.repos.d]# yum install ncurses devel -y Loaded 

[原]linux安装软件时提示找不到镜像的问题:Couldn&#39;t resolve host &#39;mirrorlist.centos.org&#39;

问题:[[email protected] ~]# yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.cent

PYCURL ERROR 6 - “Couldn&#39;t resolve host &#39;mirrorlist.centos.org&#39;”

在虚拟机上安装的CentOS,估计是网络配置问题,导致yum update和yum install之类的功能的用不了.出现标题上面的错误. ifdown [network_adapter] ifup [network_adapter] yum update 尝试以上命令就可以解决了. reference:http://stackoverflow.com/questions/20816133/pycurl-error-6-couldnt-resolve-host-mirrorlist-centos

CentOS网络设置 couldn&#39;t resolve host &#39;mirrorlist.centos.org问题解决

今天在虚拟机上安装完CentOS6.5之后,首次使用时yum命令安装软件时,出现一堆的"couldn't resolve host 'mirrorlist.centos.org"这个问题. 上网上查了半天,很多都说在/etc/resolv.conf文件末尾添加下边这几段 [plain] view plain copy nameserver 8.8.8.8 nameserver 8.8.4.4 serchdomain localdomain ...布拉布拉布拉...如是云云... 可我试

【转】解决yum安装软件报Couldn&#39;t resolve host &#39;mirrorlist.centos.org问题

转自:http://blog.51cto.com/oldcat1981/1719825 今天在linux环境通过yum安装软件报了以下错误: [[email protected] yum.repos.d]# yum install ncurses devel -y Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http

linux安装命令出错(could not resolve host mirrorlist.centos.org)

本次问题出现在虚拟机安装的centos7系统之后,使用yum命令安装wget命令(yum -y install wget),出现could not resolve host mirrorlist.centos.org,看到一篇文章回答的不错 首先看看虚拟机是否有网络连接,尝试ping一下本地ip,如果ping的时候直接出现network is unreachable,那么说明虚拟机网络配置有问题, 打开:/etc/resolv.conf文件,配置DNS:这里根据系统配置,有的是8.8.8.8,这

解决 &quot;Could not resolve host: mirrorlist.centos.or

解决 "Could not resolve host: mirrorlist.centos.org; 未知的错误" 安装yum报以下错误:错误引起主要是因为环境读取不到yun引起的.可以考虑/etc/sysconfig/network-scripts/ifcfg-eth0 配置出错导致网络不通.或者/etc/resolv.conf的DNS配置出错.或者可以考虑清楚yum缓存影响(yum clean all)经过尝试之后,以下步骤解决了我的问题:vi /etc/resolv.conf n