LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 911|回复: 0

Failed dependencies 也可以这样出现嗎?

[复制链接]
发表于 2005-10-8 23:40:49 | 显示全部楼层 |阅读模式
我在安装软件的时候出现了这样的情况,完全是一个死循环。如果是这样的话,我要怎样才可以安装上我想要安装的软件。
  不过我想我是不在那些地方有错的地放,请各位大侠给点提示。
小弟在这里谢谢了!

[root@localhost ~]# rpm -ivh glibc-devel-3.3.5-0.fc3.5.i386.rpm
warning: glibc-devel-3.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8error: Failed dependencies:
        glibc = 2.3.5-0.fc3.5 is needed by glibc-devel-2.3.5-0.fc3.5.i386
        glibc-headers = 2.3.5-0.fc3.5 is needed by glibc-devel-2.3.5-0.fc3.5.i386[root@localhost ~]# rpm -ivh glibc-headers-2.3.5-0.fc3.5.i386.rpm
warning: glibc-headers-2.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8error: Failed dependencies:
        glibc = 2.3.5-0.fc3.5 is needed by glibc-headers-2.3.5-0.fc3.5.i386
[root@localhost ~]# rpm -ivh glibc-2.3.5-0.fc3.5.i386.rpm
warning: glibc-2.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
        glibc-common = 2.3.5-0.fc3.5 is needed by glibc-2.3.5-0.fc3.5.i386
[root@localhost ~]# rpm -ivh glibc-common-2.3.5-0.fc3.5.i386.rpm
warning: glibc-common-2.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8Preparing...                ########################################### [100%]
        file /usr/bin/gencat from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/getconf from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/getent from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/iconv from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/lddlibc4 from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/locale from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/localedef from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/rpcgen from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/sprof from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/libexec/pt_chown from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/build-locale-archive from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/rpcinfo from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/zdump from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/zic from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.f c3.1
[root@localhost ~]# rpm -ivh glibc-2.3.5-0.fc3.5.i386.rpm
warning: glibc-2.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
        glibc-common = 2.3.5-0.fc3.5 is needed by glibc-2.3.5-0.fc3.5.i386
[root@localhost ~]# pkg-config /usr/sbin/
[root@localhost ~]# rpm -ivh glibc-2.3.5-0.fc3.5.i386.rpm
warning: glibc-2.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
        glibc-common = 2.3.5-0.fc3.5 is needed by glibc-2.3.5-0.fc3.5.i386
[root@localhost ~]# rpm -ivh glibc-common-2.3.5-0.fc3.5.i386.rpm --nodeps
warning: glibc-common-2.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8Preparing...                ########################################### [100%]
        file /usr/bin/gencat from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/getconf from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/getent from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/iconv from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/lddlibc4 from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/locale from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/localedef from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/rpcgen from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/bin/sprof from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/libexec/pt_chown from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/build-locale-archive from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/rpcinfo from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/zdump from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.fc3.1
        file /usr/sbin/zic from install of glibc-common-2.3.5-0.fc3.5 conflicts with file from package glibc-common-2.3.5-0.f c3.1
[root@localhost ~]# rpm -ivh glibc-2.3.5-0.fc3.5.i386.rpm
warning: glibc-2.3.5-0.fc3.5.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
        glibc-common = 2.3.5-0.fc3.5 is needed by glibc-2.3.5-0.fc3.5.i386
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表