首页 > 代码库 > CentOS yum时出现“Could not retrieve mirrorlist ”的解决的方法——resolv.conf的配置

CentOS yum时出现“Could not retrieve mirrorlist ”的解决的方法——resolv.conf的配置

原因:没有配置resolv.conf
解决方法:
到/etc文件夹下配置resolv.conf增加nameserver IP,如:
nameserver 8.8.8.8
nameserver 8.8.4.4
search localdomain
保存再次执行上面命令就能够。
关键一点  serach那一行要在nameserver的后面

CentOS yum时出现“Could not retrieve mirrorlist ”的解决的方法——resolv.conf的配置