Android gets a toybox
Android gets a toybox
Posted Jan 15, 2015 22:13 UTC (Thu) by ABCD (subscriber, #53650)In reply to: Android gets a toybox by flussence
Parent article: Android gets a toybox
> Now if only Gentoo would let me *uninstall* busybox, I'd be busy switching all my systems over...
You can uninstall busybox in Gentoo, it just takes a bit more effort. Specifically, you can create a file named "/etc/portage/profile/packages" with the contents "-*sys-apps/busybox", which will remove sys-apps/busybox from @system. At that point, if nothing else installed pulls it in (and it's not likely that anything would), you can just do "emerge --depclean sys-apps/busybox" to get rid of it.