Hi,
# rpm -ql libpng
/usr/lib64/libpng.so.3.1.2.8
(and others)
# rpm -ihv libpng-1.2.8-17.i586.rpm --force
will install the 32-bit libpng (yeah I know you should not do that).
After that, `rpm -q` says:
# rpm -q libpng
libpng-1.2.8-17
libpng-1.2.8-17
and
# rpm -e libpng
error: "libpng" specifies multiple packages
The solution to remove it again is
# rpm -e libpng-1.2.8-17.i586
Now here is the real problem:
# rpm -qa 'gpg*'
gpg-pubkey-0dfb3188-41ed929b
gpg-pubkey-0dfb3188-41ed929b
gpg-pubkey-3d25d3d9-36e12d04
gpg-pubkey-3d25d3d9-36e12d04
gpg-pubkey-58857177-3fbba87b
gpg-pubkey-844c4360-44b3b916
gpg-pubkey-8eaa1216-4282490e
gpg-pubkey-9c800aca-40d8063e
gpg-pubkey-9c800aca-40d8063e
How do I remove *these*?
-`J'
--
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]