apt 更新错误:“写入的数据超出预期”

apt 更新错误:“写入的数据超出预期”

我正在运行 Linux Mint 18 (Sarah),今天我收到以下更新错误:

# sudo apt update

Ign:1 http://ftp.nluug.nl/os/Linux/distr/linuxmint/packages sarah InRelease
...
Err:12 http://mirrors.nic.funet.fi/ubuntu xenial-updates/main amd64 Packages
  Writing more data than expected (863064 > 862917)
Ign:13 http://mirrors.nic.funet.fi/ubuntu xenial-updates/main i386 Packages
Fetched 204 kB in 3s (53.7 kB/s)
Reading package lists... Done
E: Failed to fetch http://mirrors.nic.funet.fi/ubuntu/dists/xenial-updates/main/binary-amd64/Packages  Writing more data than expected (863064 > 862917)
E: Some index files failed to download. They have been ignored, or old ones used instead.

然而,各种(重复)帖子中所示的旧式解决方案不起作用,也没有任何效果。 (即与上面相同的输出。)

sudo apt -o Acquire::https::No-Cache=True -o Acquire::http::No-Cache=True update

问题是什么?如何解决?

相关内容