List of software/Yum repositories and software locations for puias 6 and how to use them.
Core Operating System Repositories for PU_IAS 6
Yum repo file
[PUIAS_6_core_Base] name=PUIAS core Base $releasever - $basearch mirrorlist=http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/mirrorlist #baseurl=http://puias.math.ias.edu/data/puias/$releasever/$basearch/os gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias [PUIAS_6_core_Updates] name=PUIAS core Updates $releasever - $basearch mirrorlist=http://puias.math.ias.edu/data/puias/updates/$releasever/en/os/$basearch/mirrorlist #baseurl=http://puias.math.ias.edu/data/puias/updates/$releasever/en/os/$basearch gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
Unlike previous installations, there are no separate repositories in this location, there is only the main PUIAS distribution and the Addons directory. Client, Server and Workstation installations are all handled via categories at install time.
You may select additional repositories at install time or later. As of 01/2011 we have Addons, Computational and Unsupported repositories in addition to the main repository.
Addons
The Addons repository contains additional packages not included in the stock Red Hat installation. Many packages found in here are available via EPEL as well.
Yum repo file
[PUIAS_6_addons] name=PUIAS addons Base $releasever - $basearch baseurl=file:///data/puias/$releasever/$basearch/os/Addons #baseurl=https://puias.math.ias.edu/data/puias/$releasever/$basearch/os/Addons/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias [PUIAS_6_addons_Updates] name=PUIAS addons Updates $releasever - $basearch baseurl=file:///data/puias/updates/$releasever/en/addons/$basearch #baseurl=http://puias.math.ias.edu/data/puias/updates/$releasever/en/addons/$basearch gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
You may install the addons repo from a puias6 system by the following:
yum install springdale-addons
Unsupported
The Unsupported repository contains additional packages not included in the stock Red Hat installation, however, unlike the Addons directory, unsupported packages may not be updated frequently or maintained. The packages are available here:
[PUIAS_6_unsupported] name=PUIAS unsupported Base $releasever - $basearch mirrorlist=http://puias.math.ias.edu/data/puias/unsupported/$releasever/$basearch/mirrorlist #baseurl=http://puias.math.ias.edu/data/puias/unsupported/$releasever/$basearch gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
You may install the unsupported repo from a puias6 system by the following:
yum install springdale-unsupported
Computational
The Computational repository contain scientific and research packages.
[PUIAS_6_computational] name=PUIAS computational Base $releasever - $basearch mirrorlist=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist #baseurl=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
You may install the computational repo from a puias6 system by the following:
yum install springdale-computational