【发布时间】:2021-08-28 17:00:51
【问题描述】:
我正在尝试在运行 VMWare 的 Ubuntu 上安装 vlagrind。 Valgrind 安装停止,因为它需要 libc6-dbg。
当我尝试使用“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。
【问题讨论】:
标签: ubuntu