我的网络连接很好,我也尝试使用最好的镜像来下载更新,但是apt-get update
速度apt-get upgrade
非常慢 - 它卡在“读取标题”状态。
我还尝试按照此处的说明在整个系统范围内禁用 ipv6:Apt 下载非常慢。这是否意味着某种恶意软件的行为?
即使安装软件包也运行得非常慢(当我将它们作为运行时spt-get install
)。我用虚拟机实例测试了速度(它运行 Ubuntu 16,而我在这里谈论的系统运行 Ubuntu 18),速度很好 - 和往常一样。这可能是什么原因造成的?这是恶意软件活动的迹象吗?我尝试使用 rkhunter,但没有什么帮助。
下载速度通常一开始很快,然后逐渐变慢。因此,当我不断取消该过程ctrl+c
并重新运行该过程时,我能够轻松更新它。最初记录的速度实际上很好。但出于某种原因,它随着时间的推移变得越来越慢。
这就是我现在陷入困境的地方:
Hit:1 http://es-mirrors.evowise.com/ubuntu bionic InRelease
Hit:2 http://es-mirrors.evowise.com/ubuntu bionic-updates InRelease
Hit:3 http://es-mirrors.evowise.com/ubuntu bionic-backports InRelease
Hit:4 http://es-mirrors.evowise.com/ubuntu bionic-security InRelease
Ign:5 http://dl.google.com/linux/chrome/deb stable InRelease
Get:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease [6,257 B]
Ign:7 http://dl.google.com/linux/talkplugin/deb stable InRelease
Err:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
Hit:8 http://dl.google.com/linux/chrome/deb stable Release
Hit:9 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:11 http://dl.google.com/linux/talkplugin/deb stable Release
Hit:13 http://ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu bionic InRelease
Hit:14 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic InRelease
Hit:15 http://ppa.launchpad.net/webupd8team/atom/ubuntu bionic InRelease
Hit:16 http://ppa.launchpad.net/wireshark-dev/stable/ubuntu bionic InRelease
Get:17 http://es-mirrors.evowise.com/ubuntu bionic amd64 Contents (deb) [39.5 MB]
Get:17 http://es-mirrors.evowise.com/ubuntu bionic amd64 Contents (deb) [39.5 MB]
Get:17 http://es-mirrors.evowise.com/ubuntu bionic amd64 Contents (deb) [39.5 MB]
23% [17 Contents-amd64 10.2 MB/39.5 MB 26%]^C
我还检查了是否是所连接服务器的问题。为此,我尝试从以下路径下载相同的文件:es-mirrors.evowise.com/ubuntu/dists/bionic-updates/Contents-amd64.gz直接从浏览器下载。是的,速度很慢,但速度大约为 35 到 75 kbps。实际上还不错,因为我在终端上得到的是 10kbps 或 8kbps。这可能是由恶意软件引起的吗?还是有什么东西坏了,或者有某个应用程序干扰了下载过程?
我仍然遇到这个问题。下载速度下降到几 kbps 甚至几字节每秒。我也尝试了apt-get clean
我能找到的所有其他解决方案。请告诉我该怎么办。谢谢!
答案1
尝试apt-fast
Apt-fast 是“apt-get”和“aptitude”的 shell 脚本包装器,它使用 axel 或 aria 2 下载管理器的功能来加速下载过程。它通过同时并行下载多个软件包(每个连接下载多个软件包)来提高下载性能。
这里您可以找到如何安装和使用它。