Page 1 of 1

How to uninstall all 32 bits package

PostPosted: Feb 9th, '15, 17:01
by pmithrandir
Hello.

As you may know, google announced recently that they will put html5 player by default in place of flash.
For what I saw, it's done.

So I removed flash from my computer, a mageia 64bits.

How can I remove also all 32 bits library I had to install just for that purpose ?

Best regards,
Pierre

Re: How to uninstall all 32 bits package

PostPosted: Feb 9th, '15, 20:25
by doktor5000
Why do you think it requires 32bit libraries? Since version 10.1something flash was 64bit native.
As you already removed the package, you can try something like this:
Code: Select all
urpme $(for i in $(urpmq --requires flash-player-plugin | grep -vE '/bin/sh|curl'); do urpmq -p ${i}; done |cut -d'|' -f1| sort -u)


Anyways, you probably don't want to remove glibc or glib or nss or dbus. But feel free to wreck your system and report back.