0

VMWareで実行されているUbuntuにvlagrindをインストールしようとしています。libc6-dbg が必要なため、Valgrind のインストールが停止します。

「sudo apt-get install libc6-dbg」を使用して libc6-dbg をインストールしようとすると、次のエラーが発生します。

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libc6-dbg : Depends: libc6 (= 2.11.3-3) but 2.13-35 is to be installed

libc6 を 2.11.3-3 から 2.13-35 にアップグレードする必要があることは明らかです。どうすればいいのですか?多くのパッケージが libc6 に依存しています。

4

1 に答える 1