Last active
April 23, 2025 10:45
-
-
Save gismo141/10656617 to your computer and use it in GitHub Desktop.
Remove all GUI-related Packages from Existing Debian-Installation
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
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 |
Looking for this... Thank you!!
@eike-fokken and @javieitez you are welcome – I am glad it helped you!
Most excellent - thank you!!!
Hero!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot!