Instead of GNOME desktop with GDM which is configured by default in Redhat, I’m told that xfce+lightdm is much more lighted and efficient. So I tried that out today. Let’s see how to deply xfce+lightdm in CentOS7.9.
Install EPEL (Extra Package for Enterprise Linux)
1 | # yum install epel-release |
Install xfce & lightdm
1 | # yum groupinstall xfce |