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)