Le 06/08/2018 à 16:05, Robert Moskowitz a écrit :
But notes that this installs Gnome (which I don't want) and that instead to
yum groupinstall “X Window System”
But has concerns if this installs all needed followed up with
yum groupinstall "Xfce"
Thing is on armhfp, I do not have “X Window System” or "Xfce"
I can partially answer your question, since I'm running Xfce both on my workstation and my laptop.
Here's my custom script that installs a full-blow bells-and-whistles Xfce desktop from a minimal CentOS installation, without any unnecessary packages.
https://github.com/kikinovak/centos-7-desktop-xfce/blob/master/postinstall.s...
Once you've installed the "X Window System" group and you invoke "yum groupinstall Xfce", the group consists of not much more than a dozen explicit core packages (Thunar, xfdesktop, xfce4-panel, etc.) and then - of course - all the dependencies are installed. Give this a spin on an x86_64 machine and then write down this relatively short list.
Cheers,
Niki