i've seen this in other threads like:
LinuxQuestions.org > Forums > Linux - Software >packages could not be located! but installed!!
(threadid=169010])
but haven't found a solution anywhere.
I run the Package Management tool and select the X Software Development group.
Upon clicking Update, I get a Packages Not Found error:
Code:
Unlocateable package Required by
netpbm ('netpbm-progs', '9.24', '12.1.1')
XFree86-libs ('XFree86-twm', '4.3.0', '55')
XFree86-libs ('XFree86-xfs', '4.3.0', '55')
XFree86-libs ('XFree86', '4.3.0', '55')
I have already run
rpm --rebuilddb
rpm thinks all of this stuff has been installed:
Code:
[root@www tmp]# rpm -q netpbm
netpbm-9.24-12.1.1
[root@www tmp]# rpm -q netpbm-progs
netpbm-progs-9.24-12.1.1
[root@www tmp]# rpm -q XFree86-libs
XFree86-libs-4.3.0-55
[root@www tmp]# rpm -q XFree86-twm
XFree86-twm-4.3.0-55
[root@www tmp]# rpm -q XFree86-xfs
XFree86-xfs-4.3.0-55
[root@www tmp]# rpm -q XFree86
XFree86-4.3.0-55
WTF???
Any help is appreciated.