On 07/21/2013 02:02 PM, Michael Schwendt wrote:
> That is wrong advice. You don't need --nodeps to remove the 32-bit
> packages. You could do things similar to
> 
>   rpm -qa|grep \.i\*86$|xargs rpm -e
> 
> to remove all of them at once without introducing broken dependencies.

I would run a

  yum remove glibc.i686

That one will easily tear down the entire 32 bit world. ;-)

Just be sure you do not have specific (proprietary?) 32 bit apps you
want to keep.

-- 
   Roberto Ragusa    mail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to