Skip to content

Instantly share code, notes, and snippets.

@gismo141
Last active July 5, 2024 10:51
Show Gist options
  • Save gismo141/10656617 to your computer and use it in GitHub Desktop.
Save gismo141/10656617 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
@dmsweetser
Copy link

Most excellent - thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment