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

問題是什麼?

相關內容