LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Reversing Multilib (https://www.linuxquestions.org/questions/slackware-14/reversing-multilib-787185/)

mlangdn 02-05-2010 03:53 AM

Reversing Multilib
 
I want to take out the multilib capability for my system. Is it as simple as using "slackpkg clean-system", to remove all the compat32 pkgs, then using "slackpkg upgrade-all" to replace all the gcc and glibc packages?

The reason I ask, is that I only used the multilib to be able to run Google Earth. There are no other x86 packages on the system. I have another x86 computer that will run Google Earth if I need it. It just wasn't worth it for this one package.

I am running -current as well.

Alien Bob 02-05-2010 04:41 AM

Yes, that will work.

Removeing the compat32 packages can also be achieved by running:
Code:

removepkg /var/log/packages/*compat32*
After that, replacing the gcc and glibc packages with the originals is all that's left. "slackpkg upgrade-all" will take care of that.

Eric

michelino 02-05-2010 08:46 AM

Sorry, it's better "slackpkg install-new", isn't it? If you remove all *compat32* you need to install them, right?
And don't forget to remove gcc-* and glibc-* from blacklist.

EDIT: sorry I've read wrong the post.

mlangdn 02-05-2010 12:00 PM

Thanks, Eric. That worked very well, and much faster than selecting them all in slackpkg. I probably would have missed some anyway. :)
I rebooted, and all is a go.


All times are GMT -5. The time now is 09:46 AM.