Linux更新完源以后无法更新的解决办法
-
执行更新数据(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配置文件即可:
-
解决
sudo gedit /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
再次执行3步:sudo apt-get update
执行完成,然后:sudo apt-get upgrade
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~