解决Linux下yum安装没法解析URL的问题

问题:centos

[root@yaya ~]# 
yum -y install gcc-*
Loaded plugins: fastestmirror, presto
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 retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again

 

缘由:
 dns服务器没有配置正确服务器

 

解决办法:
一、打开文件/etc/resolv.conf在其中添加:spa

 nameserver 8.8.8.8
 nameserver 8.8.4.4

 

 

二、而后重启网卡:使用命令: rest

service network restart

问题解决code

相关文章
相关标签/搜索