Raspberryを再構築している時にエラーが出たのでその対処法のまとめ。
エラー内容
$ sudo apt update
ヒット:1 http://archive.raspberrypi.org/debian bullseye InRelease
ヒット:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
パッケージリストを読み込んでいます... エラー!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/raspbian.raspberrypi.org_raspbian_dists_bullseye_main_binary-armhf_Packages
E: パッケージリストまたはステータスファイルを解釈またはオープンすることができません。
対処法
sudo rm /var/lib/apt/lists/* -vf
以上
あとは煮るなり焼くなりsudo apt-get update
するだけ。