我正在使用 debian 8 杰西。
就在几天前,我的所有 apt 更新似乎都很慢,而且软件包似乎无法安装。它们只是在连接到服务器时挂起。
我注意到的一件事是所有地址都是 ipv6,这绝对不是以前的样子。
当我跑步时sudo apt-get update
,它可以工作,但需要 5 分钟,而通常需要 15 秒。
当我尝试获取包裹时,它挂起。例如,我正在尝试sane
为我的打印机安装:
The following NEW packages will be installed:
sane
0 upgraded, 1 newly installed, 0 to remove and 79 not upgraded.
Need to get 118 kB of archives.
After this operation, 291 kB of additional disk space will be used.
0% [Connecting to http.us.debian.org (2610:148:1f10:3::89)]
它就这样保持着。它确实在某个时刻完成。知道发生了什么事吗?
答案1
似乎是网速慢的问题:
0% [Connecting to http.us.debian.org (2610:148:1f10:3::89)]
它解析了 的 IPv6 地址http.us.debian.org
,假设 IPv6 在世界上不是很流行,您可以使用 IPv4/etc/hosts
并重新运行apt
吗?