On Mon, Aug 21, 2006 at 08:37:51PM +0200, Andreas Hanke wrote:
> 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. ;)

Doesn't 'rpm -e rpm.i586' work? And don't forget to install the
right version of rpm afterwards...

Cheers,
  Michael.

-- 
Michael Schroeder                                   [EMAIL PROTECTED]
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to