返回信息流装一个叫ia32-libs的库,遇到如下提示:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
ia32-libs : Depends: lib32gcc1 but it is not going to be installed
Depends: lib32z1 but it is not going to be installed
Depends: lib32stdc++6 but it is not going to be installed
Depends: lib32asound2 but it is not going to be installed
Depends: lib32bz2-1.0 but it is not going to be installed
Depends: lib32ncurses5 but it is not going to be installed
Depends: lib32v4l-0 but it is not going to be installed
PreDepends: libc6-i386 (>= 2.9-18) but it is not going to be installed
webmin : Depends: libnet-ssleay-perl but it is not going to be installed
Depends: libauthen-pam-perl but it is not going to be installed
Depends: libio-pty-perl but it is not going to be installed
Depends: apt-show-versions but it is not going to be installed
看样子是依赖关系的问题,请问各位童鞋咋破啊这个?
这是一条镜像帖。来源:北邮人论坛 / www-technology / #16248同步于 2012/5/15
该镜像源已超过 30 天没有更新,可能在源站已被删除。
WWWTechnology机器人发帖
linux依赖咋破
drx
2012/5/15镜像同步8 回复
订阅后,新回复会通过你的通知中心匿名送达。
8 条回复
是这样吗:
apt-get -f install ia32-libs
【 在 binux 的大作中提到: 】
: You might want to run 'apt-get -f install' to correct these
64位系统安装32位库?
我只是复制你自己发出来的东西而已,你自己不看的吗?
【 在 drx 的大作中提到: 】
: 是这样吗:
: apt-get -f install ia32-libs
:
我看了,就是各种依赖缺失吧。我还try了apt-get -f install,没用
【 在 binux 的大作中提到: 】
: 64位系统安装32位库?
: 我只是复制你自己发出来的东西而已,你自己不看的吗?
1、是`apt-get -f install ia32-libs` 而不是`apt-get -f install`吧
2、带-f了还是返回同样的内容吗?
【 在 drx 的大作中提到: 】
: run了 'apt-get -f install'了,没用
解决了 谢谢@binux
【 在 binux 的大作中提到: 】
: 1、是`apt-get -f install ia32-libs` 而不是`apt-get -f install`吧
: 2、带-f了还是返回同样的内容吗?