Ubuntu apt update卡在Connecting to security.ubuntu.com解决方法
Posted brianleelxt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu apt update卡在Connecting to security.ubuntu.com解决方法相关的知识,希望对你有一定的参考价值。
Ubuntu操作系统运行apt update命令时会卡在Connecting to security.ubuntu.com,搭了梯子也无法解决
尝试了网络上的方法,如:
https://blog.csdn.net/v6543210/article/details/81562266
https://ubuntuqa.com/article/1400.html
但这些方法是解决由于访问security.ubuntu.com ipv6地址造成的无法访问的问题,所以对于我的问题并不管用。
后来通过网站 https://www.easycounter.com/report/security.ubuntu.com 查询到了security.ubuntu.com的DNS records
然后
sudo vi /etc/hosts
修改security.ubuntu.com的DNS为网站中查询到的任意值
重新运行
sudo apt update
就可以解决问题了
以上是关于Ubuntu apt update卡在Connecting to security.ubuntu.com解决方法的主要内容,如果未能解决你的问题,请参考以下文章
求助,ubuntu14.04 apt-get update 出问题