红联Linux门户
Linux帮助

问题困扰我好久了,请高手帮忙!

发布时间:2008-11-22 12:29:06来源:红联作者:qcq_2000
在升级内核时,总是弹出如下错误:
Transaction Check Error: file /usr/share/icons/hicolor/16x16/apps/kipi.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkipi-0.1.5-4.fc9.i386
file /usr/share/icons/hicolor/22x22/apps/kipi.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkipi-0.1.5-4.fc9.i386
file /usr/share/icons/hicolor/32x32/apps/kipi.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkipi-0.1.5-4.fc9.i386
file /usr/share/icons/hicolor/48x48/apps/kipi.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkipi-0.1.5-4.fc9.i386
file /usr/share/icons/hicolor/128x128/apps/kdcraw.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkdcraw-0.1.3-2.fc9.i386
file /usr/share/icons/hicolor/32x32/apps/kdcraw.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkdcraw-0.1.3-2.fc9.i386
file /usr/share/icons/hicolor/48x48/apps/kdcraw.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkdcraw-0.1.3-2.fc9.i386
file /usr/share/icons/hicolor/64x64/apps/kdcraw.png from install of kdegraphics-4.1.2-2.fc9.1.i386 conflicts with file from package libkdcraw-0.1.3-2.fc9.i386
不知道怎样解决?
我的系统同时安装了Gnome和Kde,但是kde一直升级不了,请高手帮忙阿
文章评论

共有 1 条评论

  1. Summerserenity 于 2008-11-24 04:52:49发表:

    估计在升级kdegraphics与libkipi、libkdcraw有冲突,建议在命令行,进入root用户,然后用命令:rpm -q libkipi libkdcraw检查一下是否有重复的软件已经安装了。如有,只要把低一级的用命令rpm -e 删除,再更新应该不会有问题了。碰到不能删除情况,就用rpm -e 软件名 --nodeps强制删除。