LWN.net Logo

RPM -- plans, goals, etc.

RPM -- plans, goals, etc.

Posted Dec 15, 2006 1:28 UTC (Fri) by bokeoa (guest, #32455)
In reply to: RPM -- plans, goals, etc. by drag
Parent article: RPM -- plans, goals, etc.

Try finding out which architecture each one is with the following command:

rpm -q --qf '%{name}-%{version}-%{release} %{arch}\n' package_name

And to remove one of the packages, do the following:

rpm -e package_name.arch

Hope that helps!
Bryan


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds