5 echo "Removing unwanted packages"
7 ### Deinstall dev packages.
9 # We use apt-get as aptitude doesn't know about globs.
10 # There are packages we could be tempted to remove but we can't:
11 # - gcc-4.7-base (libstdc++6 depends on it)
12 # - libgcc1 (vidalia depends on it)
13 # - cpp, cpp-4.4 (big parts of GNOME depend on it)
17 build-essential debhelper dkms dpatch dpkg-dev \
20 libc6-dev libgl1-mesa-dev libstdc
++6-4.4
-dev linux-libc-dev \
24 equivs virtualbox-guest-dkms
26 ### Deinstall a few unwanted packages that were pulled by tasksel
27 ### since they have Priority: standard.
29 apt-listchanges
at bsd-mailx
dc debian-faq doc-debian dselect \
30 '^exim4*' ftp m4 mlocate ncurses-term nfs-common portmap procmail python-apt \
31 python-reportbug reportbug
telnet texinfo
time w3m wamerican
33 ### Deinstall some other unwanted packages.
40 '^openssh-blacklist*' \
47 ### Deinstall dependencies of the just removed packages.
48 apt-get
--yes --purge autoremove