更新 Debian Bookworm 时出现问题

更新 Debian Bookworm 时出现问题

在阅读了许多其他相关条目后,我的具体问题尚未解决。

运行sudo apt-get update最终结果是

Get:31 http://deb.debian.org/ debian bookworm-updates/non-free-firmware Translation-en [384 B]
Fetched 24.4 MB in 8s (3.023 kB/s)

Reading package lists ... Error!

E: Unable to parse package file /var/lib/dpkg/status (1)
W: You may want to run apt-get update to correct these problems
E: The package cache file is corrupted

使用清除部分缓存

sudo rm /var/lib/apt/lists/*bookworm-updates

导致同样的问题。

这哪里出了问题?我应该做什么呢?感谢您提前抽出时间。

答案1

我怀疑你的输入格式/etc/apt/sources.list是不正确的。

您可以根据您的情况尝试使用 debian 团队提供的格式规则:

deb http://deb.debian.org/debian bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware

请看一下德比安有关此主题的官方网站。

相关内容