Open JonasFocke01 opened 13 hours ago
Chatgpt on removing the ubuntu de:
To uninstall the default desktop environment (DE) from Ubuntu, you can use the following command in the terminal. This example assumes you want to remove the GNOME desktop environment, which is the default for Ubuntu:
sudo apt remove --purge ubuntu-desktop gnome-shell
After running this command, you may also want to remove any unused packages and dependencies:
sudo apt autoremove
Please be cautious when removing the desktop environment, as it may affect your ability to use the system if you do not have another DE installed. Make sure to install your preferred desktop environment before removing the default one.
We want to save some space