ubuntu 在换源过程中遇到的坑:Could not resolve ‘mirrors.aliyun.com‘

当执行`sudo apt-get update`时遇到无法解析 mirrors.aliyun.com 的错误,原因是DNS配置问题。解决方法是编辑 `/etc/resolv.conf`,添加Google公共DNS(8.8.8.8和8.8.4.4),然后重启网络。更新完成后,可以顺利执行软件包升级和安装。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

执行更新数据(sudo apt-get update)提示:

Err http://mirrors.aliyun.com trusty Release.gpg
  Could not resolve 'mirrors.aliyun.com'
Err http://mirrors.aliyun.com trusty-updates Release.gpg
  Could not resolve 'mirrors.aliyun.com'
Err http://mirrors.aliyun.com trusty-backports Release.gpg
  Could not resolve 'mirrors.aliyun.com'
Err http://mirrors.aliyun.com trusty-security Release.gpg
  Could not resolve 'mirrors.aliyun.com'
Reading package lists... Done
W: Failed to fetch http://mirrors.aliyun.com/ubuntu/dists/trusty/InRelease

 出现该错误的原因是我们没有编辑网络DNS配置文件,此时只要编辑网络DNS配置文件即可: 

sudo gedit /etc/resolv.conf

我们在弹出的文本里最下面加入:

cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

nameserver 8.8.8.8
nameserver 8.8.4.4

然后我们在重启网络: 

sudo /etc/init.d/networking restart

再次执行更新操作:

sudo apt-get update

执行完成,然后:

sudo apt-get upgrade

至此,我终于成功了,终于可以随心所欲的执行sudo apt-get install net-tools 了,太不容易了,欢迎大家来和我交流!

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

护国战神

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值