+ -
当前位置:首页 → 问答吧 → 依赖性问题,

依赖性问题,

时间:2003-09-04

来源:互联网

debian:~/dcc# dpkg --configure gconf2
dpkg: dependency problems prevent configuration of gconf2:
gconf2 depends on libgconf2-4 (>= 2.2.1); however:
Package libgconf2-4 is not configured yet.
dpkg: error processing gconf2 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gconf2
debian:~/dcc# dpkg -i gconf2_2.2.1-2_i386.deb
(Reading database ... 29258 files and directories currently installed.)
Preparing to replace gconf2 2.2.1-2 (using gconf2_2.2.1-2_i386.deb) ...
Unpacking replacement gconf2 ...
dpkg: dependency problems prevent configuration of gconf2:
gconf2 depends on libgconf2-4 (>= 2.2.1); however:
Package libgconf2-4 is not configured yet.
dpkg: error processing gconf2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gconf2
debian:~/dcc# dpkg -i libgconf2-4_2.2.1-1_i386.deb
(Reading database ... 29258 files and directories currently installed.)
Preparing to replace libgconf2-4 2.2.1-1 (using libgconf2-4_2.2.1-1_i386.deb) ...
Unpacking replacement libgconf2-4 ...
dpkg: dependency problems prevent configuration of libgconf2-4:
libgconf2-4 depends on gconf2 (>= 2.2.1-1); however:
Package gconf2 is not configured yet.
dpkg: error processing libgconf2-4 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libgconf2-4


它们谁依赖谁啊???
郁闷!!

呵呵

作者: eTony   发布时间: 2003-09-04

呵呵 蛮复杂的 套用无痛的经典名言
要安装 『 A 』 软体时,系统说 『 A 』 软体需要先安装 『 B 』软体,于是翻箱倒柜把安装光碟拿出来,最后终于找到了 『 B 』 软体,然后要装 『 B 』软体时竟然又出现需要 『 C 』 软体才能装 『 B 』 软体,好吧!为了 『 A 』就拼了,于是重复著同样的动作把 『 C 』软体给找来了,呼呼 本想就要大工告成,然后再装 『 B 』软体,最后安装的是我最初想装的 『 A 』软体,但是系统竟然跟我说 『 A 』 软体与 『 C 』冲突!!! 换句话必须先把 『 C 』软体移除才能装 『 A 』 软体,-.-||,此时此刻真是无语问苍天。

作者: 雪℃   发布时间: 2003-09-05

试试
dpkg -i libgconf2-4_2.2.1-1_i386.deb gconf2_2.2.1-2_i386.deb

作者: carlos   发布时间: 2003-09-05

请暂时不要升级sid中的 gconf2 libgconf2-4 libgconf2-dev libnautilus2-2 nautilus这几个包,gconf2安装脚本有bug
或自行修改postinst脚本
参见 http://bugs.debian.org/208600

作者: carlos   发布时间: 2003-09-05

我已经将它们全部删除 呵呵

作者: eTony   发布时间: 2003-09-05

改/var/lib/dpkg/info/gconf2.postinst
这一行
find /etc/gconf/gconf.xml.defaults -type d -exec chmod go=rX {}\;
改成
find /etc/gconf/gconf.xml.defaults -type d -exec chmod go=rX {} \;
就是在{}和\之间加个空格
然后apt-get -f install就行了

作者: FlawZero   发布时间: 2003-09-05

热门下载

更多