This article will describe installing LXDE for desktop environment.
Table of Contents
1 Install LXDE
#!/bin/sh -e cat <<EOF | sudo tee /etc/X11/default-display-manager /usr/bin/sddm EOF sudo DEBIAN_FRONTEND=noninteractive apt install -y lubuntu-desktop sudo reboot
2 Login to LXDE
3 Uninstall LXDE
#!/bin/sh -e sudo apt remove -y lubuntu* lxde* lxqt* liblxqt* openbox sddm sudo apt autoremove -y sudo apt install --reinstall -y gdm3 sudo reboot