Changes between Version 88 and Version 89 of VboxApps


Ignore:
Timestamp:
Oct 14, 2014, 6:57:24 AM (10 years ago)
Author:
Rytis
Comment:

Extra cleanup steps

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v88 v89  
    498498
    499499First step is to remove non-critical packages that are essential ([https://wiki.debian.org/ReduceDebian source]).
    500 For Debian Squeeze 7.1 that are:
    501 {{{
    502 acpi acpid busybox eject iamerican ibritish info ispell laptop-detect logrotate manpages net-tools os-prober tasksel traceroute usbutils wamerican
     500For Debian Wheezy 7.6 that are:
     501{{{
     502acpi acpid busybox debconf-i18n eject groff-base iamerican ibritish info ispell laptop-detect logrotate installation-report manpages man-db net-tools os-prober rsyslog tasksel tasksel-data traceroute usbutils wamerican
    503503}}}
    504504Use aptitude to also remove `linux-headers-*` packages but don't remove `dkms` or `virtualbox-guest-dkms`! Run `apt-get autoremove` after this to get rid of now unused packages. `apt-get autoclean` and `apt-get clean` should remove downloaded archives to free up space.
     
    509509dpkg --purge `dpkg --get-selections | grep deinstall | cut -f1`
    510510}}}
     511
     512Now, we can remove the contents of the following folders:
     513
     5141. /usr/share/locale/ - since we don't need all locales.
     5152. /usr/share/doc/ - since we don't need the documentation.
     5163. /usr/share/man/ - since we don't need the manuals and we've removed the man program.
     5174. /var/log/ - since we won't be needing all that logging.
     5185. /var/cache/debconf/ - since that cache is disposable.
     5196. /var/lib/apt/lists/ - since those lists are huge and can quickly be recreated with apt-get update.
    511520
    512521==== Updating Grub ====