Last active
November 26, 2016 17:54
-
-
Save tkalus/f4e57b59bb6318c9580837c0941116cb to your computer and use it in GitHub Desktop.
Minimal Debian Jessie x64 Digital Ocean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/sh | |
# Slight modify from https://gist.github.com/gjuric/1aaadb6f9fc9c18312bc | |
apt-mark showauto | egrep "^(grub|linux)" | xargs apt-mark manual | |
apt-get purge -y \ | |
apt-listchanges apt-utils aptitude aptitude-common aptitude-doc-en arping \ | |
bc bind9-host ca-certificates cloud-init cloud-initramfs-growroot cloud-utils \ | |
console-setup console-setup-linux debian-faq dh-python dictionaries-common \ | |
discover discover-data distro-info distro-info-data dnsutils doc-debian docutils-common \ | |
docutils-doc eject emacsen-common euca2ools exim4 exim4-base exim4-config exim4-daemon-light \ | |
fontconfig fontconfig-config fonts-dejavu-core ftp geoip-database \ | |
groff-base hicolor-icon-theme iamerican ibritish ienglish-common info install-info \ | |
installation-report isc-dhcp-client isc-dhcp-common iso-codes ispell laptop-detect \ | |
libalgorithm-c3-perl libarchive-extract-perl \ | |
libassuan0:amd64 libatk1.0-0:amd64 libatk1.0-data libauthen-sasl-perl \ | |
libavahi-client3:amd64 libavahi-common-data:amd64 libavahi-common3:amd64 \ | |
libboost-iostreams1.55.0:amd64 libbind9-90 libcgi-fast-perl libcgi-pm-perl \ | |
libclass-isa-perl libcpan-meta-perl libfcgi-perl libintl-perl liblocale-gettext-perl \ | |
liblog-message-perl liblog-message-simple-perl libmodule-build-perl \ | |
libmodule-pluggable-perl libmodule-signature-perl libpackage-constants-perl \ | |
libperl4-corelibs-perl libpod-latex-perl libpod-readme-perl libregexp-common-perl \ | |
libsigc++-2.0-0c2a libswitch-perl libterm-ui-perl libtext-charwidth-perl \ | |
libtext-iconv-perl libtext-soundex-perl libtext-unidecode-perl libxml-sax-base-perl \ | |
libxml-sax-perl \ | |
nfs-common os-prober perl perl-modules \ | |
python python-apt python-apt-common \ | |
python-boto python-cffi python-chardet python-cheetah python-configobj python-crypto \ | |
python-cryptography python-debian python-debianbts python-defusedxml python-distro-info \ | |
python-docutils python-ecdsa python-json-pointer python-jsonpatch python-lxml \ | |
python-minimal python-ndg-httpsclient python-oauth python-openssl python-paramiko \ | |
python-pil:amd64 python-pkg-resources python-ply python-prettytable python-pyasn1 \ | |
python-pycparser python-pygments python-reportbug python-requestbuilder python-requests \ | |
python-roman python-serial python-setuptools python-six python-soappy \ | |
python-software-properties python-support python-urllib3 python-wstools python-yaml \ | |
python2.7 python2.7-minimal \ | |
python3 python3-apt python3-minimal python3.4 python3.4-minimal \ | |
rpcbind wget xauth xdg-user-dirs \ | |
$(apt-mark showauto) | |
apt-get autoremove -y | |
dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs dpkg --purge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment