18日 8月 2021
This article will describe installing LXDE for desktop environment.
Table of Contents
1 Install LXDE
#!/bin/sh -ecat <<EOF | sudo tee /etc/X11/default-display-manager/usr/bin/sddmEOFsudo DEBIAN_FRONTEND=noninteractive apt install -y lubuntu-desktopsudo reboot
2 Login to LXDE
After reboot, lightdm-gtk-greeter will be started. You can select other desktop environment.
LXDE is displayed.
3 Uninstall LXDE
#!/bin/sh -esudo apt remove -y lubuntu* lxde* lxqt* liblxqt* openbox sddmsudo apt autoremove -ysudo apt install –reinstall -y gdm3sudo reboot ]]> tagPlaceholderカテゴリ: en, lxde, ubuntu-2004