If you prefer manipulate a RPM, you can build it with the following commands:
> rpmbuild -tb kbfx-x.y.z-XXXXXXXX.tar.bz2
or (for Mandriva)
> rpmbuild --rebuild kbfx-x.y.z-XXXXXXXX-mdv20070.src.rpm
or (for Fedora)
> rpmbuild --rebuild kbfx-x.y.z-XXXXXXXX-FCx.src.rpm
or (for SuSe)
> rpmbuild --rebuild kbfx-x.y.z-XXXXXXXX-suseXXX.src.rpm
If succeed, you will found the rpm in /usr/src/rpm/RPMS (for Mandriva) or /usr/src/redhat/RPMS (for Fedora) or /usr/src/packages/RPMS (for Suse) according to the platform you have.
Install the rpm as usually by:
> rpm -Uvh kbfx-x.y.z-XXXXXXXX.rpm
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team