Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ianscrivener/69eee8699df96d8651fa6478fec47a9e to your computer and use it in GitHub Desktop.
Save ianscrivener/69eee8699df96d8651fa6478fec47a9e to your computer and use it in GitHub Desktop.
Remove all GUI-related Packages from Existing Debian-Installation
apt-get remove -y --purge x11-common
apt-get autoremove -y --purge
apt-get install -y deborphan
deborphan | xargs dpkg -P # do this a bunch of times
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment