Debconfをロードできません

Debconfをロードできません

Linux 2を実行している古いシステムでlibcをアップグレードしようとしましたが、エラーが発生しました。

(Reading database ... 7426 files and directories currently installed.)
Preparing to replace libc6 2.2.5-11.8 (using .../libc6_2.24-11+deb9u1_i386.deb) ...
debconf: Unable to load Debconf::Element::Dialog::Error. Failed because: Can't locate Debconf/Element/Dialog/Error.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl .) at (eval 14) line 2, <GEN1> line 5.
BEGIN failed--compilation aborted at (eval 14) line 2, <GEN1> line 5.

dpkg: error processing /var/cache/apt/archives/libc6_2.24-11+deb9u1_i386.deb (--unpack):
 subprocess pre-installation script returned error exit status 1
/var/lib/dpkg/tmp.ci/postrm: dpkg-maintscript-helper: command not found
dpkg: error while cleaning up:
 subprocess post-removal script returned error exit status 127
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.24-11+deb9u1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Perlのように見えますが、どうすればいいかわかりません。何をすべきか教えてもらえますか?私の目標はPerlをアップグレードすることであり、これを行うにはlibc iiucもアップグレードする必要があります。

ベストアンサー1

Perlをアップグレードする必要があります。今はdebconfを無視してください(後でもう一度問題を受け取りたいと思うとdebconfに伝えます)。

最初のステップとしてインストールします。バッシュスタティックシステムが正しく起動しない場合に備えて、緊急ツールを装備するためのものです。 (Debianサイトからダウンロードし、dpkg -iを使用してインストールします。)

必要なPerlモジュールを確認してください(Debianパッケージサイトを参照して必要なPerlパッケージのみを確認してください)。インストールします(例:dpkg --force-を使用して強制実行)。時々、 dpkg --configure --pending を試して、不足しているエントリを設定してください。最終的には、動作するシステムを備え、定期的にパッケージを更新する必要があります。

おすすめ記事