On Fri, Jul 01, 2005 at 10:08:35AM -0500, David Thompson enlightened us:
Hi All:
On architectures where multiple architectures for an RPM may be simultaneously installed (my example is x86_64), does anyone know the RPM magic to remove only one version?
For instance, if I have the x86_64 and i386 versions of an RPM installed, how I can specify to only remove the i386 version?
I have been unable to find a search phrase that turns up any useful information.
Should just be rpm -e foobar.i386
Matt