Please can you help. I'm struggling to understand how to install xfe on RHEL. I have read several guides which say that it's available via the dnf command, but it doesn't seem to be. There is no rpm package. I have not used the make command before—does this mean I will not be able to use xfe until I learn it? Thank you.
I think there are Xfe rpm packages in Fedora. So, you can probably install such a package in RHEL.
Here you can get some packages to try: https://rpmfind.net/linux/rpm2html/search.php?query=xfe
Thanks for responding. I tried to install that package but I'm missing a lot of the dependencies and can't find them for Fedora/RHEL, so I think I will admit defeat. Thanks anyway.
What version of RHEL do you have?
RHEL 8, fully updated. Missing libFOX, which I think I found in a Fedora repo, but also missing some libc requirements.
Last edit: Charles Burkitt 2024-12-02
$ sudo dnf install xfe-1.46.1-2.fc41.x86_64.rpm
Error:
Problem: conflicting requests
I see the problem. RHEL 8 has glibc v2.28, which is not recent enough.
Yes, that's rather old. I've read that RHEL 8 is compatible with Fedora 28 packages. But the version of Xfe in Fedora 28 is rather old too. I think it's Xfe 1.42.
Success! I found the Fedora archives, went to Fedora 28 and downloaded the packages for libFOX and Xfe. They both installed without a problem.
Thank you for your help.
Nice! Well done...
Hi Charles, I released yesterday a new version (2.0). There is now an installer xfe-install-linux-amd64.run that you can use to install Xfe without dependencies.
First, remove the old Xfe installed package if you have one. Then do:
chmod +x xfe-install-linux-amd64.run
and as root:
./xfe-install-linux-amd64.run
This will install Xfe in /usr/local on your system. No need of FOX or other dependencies, they are provided by the installer.
Last edit: Roland Baudin 2025-01-13
That's great! I will do this.
Many thanks for letting me know.
C