On Mon, 26 Nov 2001 at 8:44pm (-0500), Reuben D Budiardja wrote:

> Thanks, that solves some problem. I did that, but now some packages mix up, 
> for example:
> 
> bash$  rpm -q gal
> gal-0.18.1-1
> gal-0.18.1-1
> 
> Notice that the package was listed twice. And when I tried to uninstall, it 
> says:
> 
> bash$ rpm -e gal-0.18.1-1
> error: "gal-0.18.1-1" specifies multiple packages
> 
> Any help?

Normally I see this when its two packages of the same name but different 
arch... try something like..

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

... to see.  There are more query format tags that might futher distingish
them.  Doing..

        rpm --querytags

... will list all the avaiable tags for you.

M.

-- 
WebCentral Pty Ltd           Australia's #1 Internet Web Hosting Company
Level 1, 96 Lytton Road.           Network Operations - Systems Engineer
PO Box 4169, East Brisbane.                       phone: +61 7 3249 2500
Queensland, Australia.                            pgp key id: 0x900E515F



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to