Debian アップグレード時の libc6 エラー

Debian アップグレード時の libc6 エラー

最近、私はDebian JessieからBusterにコンピュータをアップグレードしようとしました(直接アップグレードするのではなく、最初にStretchにアップグレードしてからBusterにアップグレードしました)。システムをStretchにアップグレードして実行すると、sudo apt-get dist-upgrade次のエラーが発生します。

dpkg: warning: subprocess old post-removal script was killed by signal (Segmentation fault)
dpkg: trying script from the new package instead ...
dpkg: error processing archive /var/cache/apt/archives/libc6_2.24-11+deb9u4_armhf.deb (--unpack):
 subprocess new post-removal script was killed by signal (Segmentation fault)
dpkg: error while cleaning up:
 subprocess installed pre-installation script was killed by signal (Segmentation fault)
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.24-11+deb9u4_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

解決策を見つけるためにほとんどすべての場所を検索しましたが、見つかりませんでした。実行しようとしましたが、sudo apt-get -f install同じエラーメッセージが表示されます。また、次のような他のパッケージをインストールすることはできません。

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
E: Unmet dependencies. Try using apt-get -f install

しかし、これは問題が解決しないようです。また、libc6は愚かでも削除できない非常に重要なライブラリであることをどこかで見つけたので削除できません。では、このエラーを修正する方法や、システムをアップグレードする他の方法を教えてもらえますか?このエラーが発生した理由を教えてください。

これはStretchへのアップグレードに使用したresources.listファイルです。

deb http://ftp.debian.org/debian/ stretch main
deb-src http://ftp.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main

deb http://security.debian.org/ stretch/updates main
deb-src http://security.debian.org/ stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://ftp.debian.org/debian/ stretch-updates main
deb-src http://ftp.debian.org/debian/ stretch-updates main

armhf ポートの ARMv7 CPU で実行されます。

文法的エラーがある場合はご了承ください。

ベストアンサー1

おすすめ記事