在centOs上安装软件时。提示报错信息:
Loaded plugins: security
: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirrors.aliyun.com'" Trying other mirror.: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirrors.aliyuncs.com'" Trying other mirror.
原因
dns服务器没有配置正确
解决办法:
打开文件/etc/resolv.conf在其中添加:
nameserver 8.8.8.8 nameserver 8.8.4.4 search localdomain然后重启网卡:使用命令: service network restart