首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >libc6-dbg安装错误

libc6-dbg安装错误
EN

Stack Overflow用户
提问于 2012-09-13 14:52:36
回答 1查看 1.8K关注 0票数 0

我正在尝试在我的运行在VMWare上的Ubuntu上安装vlagrind。Valgrind安装停止,因为它需要libc6-dbg。

当我尝试使用"sudo apt-get install libc6-dbg“安装libc6-dbg时,我得到这个错误:

代码语言:javascript
复制
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。

EN

回答 1

Stack Overflow用户

发布于 2013-07-26 11:57:38

如果你运行的是Ubuntu,我猜你的一些包已经坏了。您应该尝试使用这些shell命令。

代码语言:javascript
复制
$ sudo su

然后输入您的密码。

代码语言:javascript
复制
# apt-get clean
# apt-get autoclean
# apt-get update
# apt-get upgrade
# apt-get dist-upgrade
# reboot

这对我很有效。祝好运。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/12400931

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档