On Wed, Jul 8, 2015 at 10:17 PM, William Hermans <[email protected]> wrote: > Ok, so now after apt-get update, I'm down to 137M versus 171M previously. > Lets see if apt-get clean does anything. > > Ok, nada on that front. So in order to shrink back to 122M I'll have to > delete the apt/lists.
Oh yeah do: apt-get clean rm -rf /var/lib/apt/lists/* Now that you've setup the apt/conf filters, you need to manually purge the apt lists.. (as they are now ignored thanks to the filters). > Nuking /user/share -> doc, man, and locales gave me back around 1.3-1.4M. > > So instead of boring you with the output of dpkg --get-selections. Would you > happen to know of a good "list" of packages to remove ? The debian wiki is a > bit less than forthcoming on this subject. But I did find a decent guide for > reducing Ubuntu which mostly seem applicable for this situation as well. try removing: apt-get remove aptitude aptitude-common dmidecode groff-base info install-info manpages man-db tasksel tasksel-data vim-common vim-tiny wget whiptail Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
