Skip to content

Instantly share code, notes, and snippets.

@gismo141
Last active March 26, 2024 07:55
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • 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
@eike-fokken
Copy link

Thanks a lot!

@javieitez
Copy link

Looking for this... Thank you!!

@gismo141
Copy link
Author

@eike-fokken and @javieitez you are welcome – I am glad it helped you!

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