Skip to content

Instantly share code, notes, and snippets.

View dmsweetser's full-sized avatar

Daniel Sweetser dmsweetser

View GitHub Profile
@gismo141
gismo141 / remove_gui_from_debian.sh
Last active July 5, 2024 10:51
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