Download Xfe at the related Sourceforge Project page.
Before you install Xfe, make sure to read the documentation page first.
If you need to install the FOX toolkit, the sources can be downloaded from here.
Xfe is hosted byIf you have a patch, a bug report or a feature request to submit, please refer to the xfe project page at SourceForge, or .
Creating a Debian / Ubuntu package
You first need the correct libfox1.6 and libfox1.6-dev packages to be installed.
First recopy the source package:
cp xfe-2.0.1.tar.xz xfe_2.0.1.orig.tar.xz
Then extract the sources and enter the source directory:
tar axvf xfe-2.0.1.tar.xz
cd xfe-2.0
Then, build the Debian package (no need to sign the package, thus the -uc -us options):
fakeroot dpkg-buildpackage -uc -us
And finally, install the created package:
cd ..
sudo dpkg -i xfe_2.0.1-1jammy_amd64.deb