What to do when rpm verification fails

Paul Howarth paul at city-fan.org
Fri Jul 7 16:50:58 UTC 2006


T. Horsnell wrote:
> 1. I seem to have some duplicate package names (this is on an x86_64
>    system which has only been 'up2date'ed once immediately after
>    installation) e.g:
> 
> [root at ls1 ~]$ rpm -q tcp_wrappers
> tcp_wrappers-7.6-37.2
> tcp_wrappers-7.6-37.2

You may have both x86_64 and i386 versions installed.

Try:

$ rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' tcp_wrappers

Paul.




More information about the users mailing list