Yum (or up2date)

Configuration

Please use the entries for your preferred mirror from the following by replacing MIRROR with one of the base URIs in the mirrors page.

Also, specify the JPP release you want by replacing VERSION with one of 1.6, 1.7 or 5.0. The comments say 1.7, adjust them accordingly if you want, but they are just comments. Note that JPP 1.7 and 5.0 do not have repositories for many of the legacy OS releases.

Note that you will want to add the "generic" distribution components to your configuration along with the distribution specific ones because of package interdependencies.

For more information on yum see http://linux.duke.edu/projects/yum/.

yum repositories

/etc/yum.conf sections (note that in order to enforce GPG checks with yum, you should either import the JPackage Project GPG key, or set gpgcheck to 0 in the following; see the Project GPG Key page for details):

Note: users of yum 2.1 or later on Fedora Core or Red Hat Enterprise Linux and compatibles (such as CentOS) can simply download jpackage.repo and place it in /etc/yum.repos.d. Be sure to enable the distro specific repository for your distro in it after installing the file.
[jpackage-VERSION-generic]
name=JPackage VERISON, for generic
#baseurl=MIRROR/VERSION/generic/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=generic&type=free&release=VERSION
gpgcheck=1

[jpackage-VERSION-mandrake-10.1]
name=JPackage VERISON, for Mandrakelinux 10.1
#baseurl=MIRROR/VERSION/mandrake-10.1/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=mandrake-10.1&type=free&release=VERSION
gpgcheck=1

[jpackage-VERSION-redhat-el-4.0]
name=JPackage VERISON, for Red Hat Enterprise Linux 4
#baseurl=MIRROR/VERSION/redhat-el-4.0/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=redhat-el-4.0&type=free&release=VERSION
gpgcheck=1

[jpackage-VERSION-redhat-el-5.0]
name=JPackage VERISON, for Red Hat Enterprise Linux 5
#baseurl=MIRROR/VERSION/redhat-el-5.0/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=redhat-el-5.0&type=free&release=VERSION
gpgcheck=1

[jpackage-VERSION-fedora-4]
name=JPackage VERISON, for Fedora Core 4
#baseurl=MIRROR/VERSION/fedora-4/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=fedora-4&type=free&release=VERSION
gpgcheck=1

[jpackage-VERSION-fedora-5]
name=JPackage VERISON, for Fedora Core 5
#baseurl=MIRROR/VERSION/fedora-5/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=fedora-5&type=free&release=VERSION
gpgcheck=1

[jpackage-VERSION-fedora-6]
name=JPackage VERISON, for Fedora Core 6
#baseurl=MIRROR/VERSION/fedora-6/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=fedora-6&type=free&release=VERSION
gpgcheck=1

[jpackage-VERSION-suse-es-9.0]
name=JPackage VERISON, for SuSE Linux Enterprise Server 9
#baseurl=MIRROR/VERSION/suse-es-9.0/free/
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=suse-es-9.0&type=free&release=VERSION
gpgcheck=1

up2date using yum repositories

/etc/sysconfig/rhn/sources entries for Fedora Core and RHEL3+ up2date:

yum jpackage17-generic MIRROR/VERSION/generic/free/

yum jpackage17-fc-5 MIRROR/VERSION/fedora-5/free/

yum jpackage17-fc-6 MIRROR/VERSION/fedora-6/free/

yum jpackage17-fc-7 MIRROR/VERSION/fedora-7/free/

yum jpackage17-rhes-4 MIRROR/VERSION/redhat-el-4.0/free/

yum jpackage17-rhes-5 MIRROR/VERSION/redhat-el-5.0/free/