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 May 5, 2025 01:22
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