Installation of <application>XFce</application> XFce now distributes as a TAR ball of base packages and module packages. These instructions will only cover the bare minimum to run the application. The remaining modules would all follow the same pattern which will soon become obvious. Install XFce by running the following commands: cd src && tar -xzvf libxfce4util-&xfce-version;.tar.gz && cd libxfce4util-&xfce-version; && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf libxfcegui4-&xfce-version;.tar.gz && cd libxfcegui4-&xfce-version; && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf libxfce4mcs-&xfce-version;.tar.gz && cd libxfce4mcs-&xfce-version; && ./configure --prefix=/usr --sysconfdir=/etc && make && make install && cd .. && tar -xzvf xfce-mcs-manager-&xfce-version;.tar.gz && cd xfce-mcs-manager-&xfce-version; && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf xfwm4-&xfce-version;.tar.gz && cd xfwm4r-&xfce-version; && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf xfdesktop-&xfce-version;.tar.gz && cd xfdesktop-&xfce-version; && ./configure --prefix=/usr --sysconfdir=/etc && make && make install && cd .. && tar -xzvf xfce4-panel-&xfce-version;.tar.gz && cd xfce4-panel-&xfce-version; && ./configure --prefix=/usr --sysconfdir=/etc && make && make install && cd .. && tar -xzvf xfce-utils-&xfce-version;.tar.gz && cd xfce-utils-&xfce-version; && ./configure --prefix=/usr --sysconfdir=/etc && make && make install Modules not installed above are: dbh-1.0.15 (required for xffm), gtk-xfce-engine-2.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer, xfce4-systray, sxfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm, xffm-icons, xfprint, and xfwm4-themes.