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

posted @   帅气的Lucky  阅读(290)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~

喜欢请打赏

扫描二维码打赏

支付宝打赏

点击右上角即可分享
微信分享提示