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