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

ぜひご覧くださいデビアンこのトピックに関する公式ウェブサイト。

関連情報