Hi,

Patrick Shanahan schrieb:
> 14:13 wahoo:~ # rpm -q --queryformat 
> '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' rpm
> rpm-4.4.2-43.4.i586
> rpm-4.4.2-43.4.x86_64

Ouch. rpm itself is installed twice, once for i586 and once for x86_64.
That's what I suspected...

What you need in the end is that

rpm -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' rpm

returns exactly

rpm-4.4.2-43.4.x86_64

and that

rpm -V

returns exactly nothing.

How to get there? Difficult. ;)

Usually I'd say "uninstall both versions and reinstall the desired one",
but reinstalling rpm with rpm will be tricky.

Andreas Hanke
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to