他の多くの関連項目を読んだ後も、私の特定の質問は解決されませんでした。
実行の最終結果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
これを見てくださいDebianこのトピックの公式ウェブサイト。