Jpackage on FC3
The Jpackage project has RPMs for lots of Free Java packages and also SRPMs that you can build against various non-Free packages like Java from Sun.
The intention with this page is to document installing the required depandances for MKSearch on Fedora Core 3.
Configuring Yum / Apt
The first thing to do is to either configure Yum (which comes with FC3) to get the Free Jpackage packages or configure Apt (which comes from other repos such as Freshrpms). The Jpackage site has Apt and Yum configuration instructions, or you can follow the short instructions that follow.
GPG
To ensure that the packages you install are not corrupted you first need to install the Jpackage GPG key. You can download the key as a normal user but you need to install it as root:
$ cd /tmp/ $ wget http://jpackage.org/jpackage.asc $ su # rpm --import jpackage.asc
Yum
It is simply a matter of downloading the jpackage.repo list and installing it as root:
$ cd /tmp/ $ wget http://jpackage.org/jpackage.repo $ su # mv jpackage.repo /etc/yum.repos.d/
Apt
Copyright MKDoc Ltd. and others.
The Free Documentation License http://www.gnu.org/copyleft/fdl.html