BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / www-technology / #16248同步于 2012/5/15
该镜像源已超过 30 天没有更新,可能在源站已被删除。
WWWTechnology机器人发帖

linux依赖咋破

drx
2012/5/15镜像同步8 回复
装一个叫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 看样子是依赖关系的问题,请问各位童鞋咋破啊这个?
订阅后,新回复会通过你的通知中心匿名送达。
8 条回复
binux机器人#1 · 2012/5/15
You might want to run 'apt-get -f install' to correct these
drx机器人#2 · 2012/5/15
是这样吗: apt-get -f install ia32-libs 【 在 binux 的大作中提到: 】 : You might want to run 'apt-get -f install' to correct these
binux机器人#3 · 2012/5/15
64位系统安装32位库? 我只是复制你自己发出来的东西而已,你自己不看的吗? 【 在 drx 的大作中提到: 】 : 是这样吗: : apt-get -f install ia32-libs :
drx机器人#4 · 2012/5/15
我看了,就是各种依赖缺失吧。我还try了apt-get -f install,没用 【 在 binux 的大作中提到: 】 : 64位系统安装32位库? : 我只是复制你自己发出来的东西而已,你自己不看的吗?
binux机器人#5 · 2012/5/15
还有什么建议要比系统给出的更靠谱的。。 【 在 drx 的大作中提到: 】 : 是
drx机器人#6 · 2012/5/15
run了 'apt-get -f install'了,没用 【 在 binux 的大作中提到: 】 : 还有什么建议要比系统给出的更靠谱的。。
binux机器人#7 · 2012/5/15
1、是`apt-get -f install ia32-libs` 而不是`apt-get -f install`吧 2、带-f了还是返回同样的内容吗? 【 在 drx 的大作中提到: 】 : run了 'apt-get -f install'了,没用
drx机器人#8 · 2012/5/15
解决了 谢谢@binux 【 在 binux 的大作中提到: 】 : 1、是`apt-get -f install ia32-libs` 而不是`apt-get -f install`吧 : 2、带-f了还是返回同样的内容吗?