NorduGrid Downloads - Repository information for 15.03

Repository information for 15.03

The NorduGrid ARC packages are available through YUM and APT repositories for several systems. We have release-based repositories that you can follow. This will keep your install to a particular release of nordugrid arc with only minor bug-fixing updates. You can also choose to follow the repository "latest" which will always point to the latest stable release. For each distribution there are 3 channels (repositories) available:

The NorduGrid RPM packages and DEB repositories are signed, and in order for the repository tools APT and YUM to verify them you must install the NorduGrid GPG key:

For rpm based distributions like Red Hat and Fedora:

rpm --import https://download.nordugrid.org/RPM-GPG-KEY-nordugrid

For Ubuntu distributions with sudo:

wget -q https://download.nordugrid.org/DEB-GPG-KEY-nordugrid.asc -O- | sudo apt-key add -

For Debian without sudo:

wget -q https://download.nordugrid.org/DEB-GPG-KEY-nordugrid.asc -O- | apt-key add -

YUM repository configuration for Red Hat Enterprise Linux

The easiest way to configure YUM to use the NorduGrid repository for Red Hat Enterprise Linux, CentOS and similar distributions is to install the nordugrid-release package which can be found in the NorduGrid package repository for the appropriate RHEL/EPEL release:

For manual Yum repository setup the Yum configuration file for Red Hat Enterprise Linux should look like:

[nordugrid]
name=NorduGrid - $basearch - base
baseurl=https://download.nordugrid.org/repos/15.03/centos/$releasever/$basearch/base
enabled=1
gpgcheck=1
gpgkey=https://download.nordugrid.org/RPM-GPG-KEY-nordugrid

[nordugrid-updates]
name=NorduGrid - $basearch - updates
baseurl=https://download.nordugrid.org/repos/15.03/centos/$releasever/$basearch/updates
enabled=1
gpgcheck=1
gpgkey=https://download.nordugrid.org/RPM-GPG-KEY-nordugrid

[nordugrid-testing]
name=NorduGrid - $basearch - testing
baseurl=https://download.nordugrid.org/repos/15.03/centos/$releasever/$basearch/testing
enabled=0
gpgcheck=1
gpgkey=https://download.nordugrid.org/RPM-GPG-KEY-nordugrid

Important: The NorduGrid repositories for RedHat / CentOS Enterprise Linux depends on the EPEL repositories which must also be part of the Yum configuration.

YUM repository configuration for Fedora

The easiest way to configure YUM to use the NorduGrid repository for Fedora is to install the nordugrid-release package which can be found in the NorduGrid package re pository for the appropriate Fedora release:

For manual Yum repository setup the Yum configuration file for Fedora should look like:

[nordugrid]
name=NorduGrid - $basearch - base
baseurl=https://download.nordugrid.org/repos/15.03/fedora/$releasever/$basearch/base
enabled=1
gpgcheck=1
gpgkey=https://download.nordugrid.org/RPM-GPG-KEY-nordugrid

[nordugrid-updates]
name=NorduGrid - $basearch - updates
baseurl=https://download.nordugrid.org/repos/15.03/fedora/$releasever/$basearch/updates
enabled=1
gpgcheck=1
gpgkey=https://download.nordugrid.org/RPM-GPG-KEY-nordugrid

[nordugrid-testing]
name=NorduGrid - $basearch - testing
baseurl=https://download.nordugrid.org/repos/15.03/fedora/$releasever/$basearch/testing
enabled=0
gpgcheck=1
gpgkey=https://download.nordugrid.org/RPM-GPG-KEY-nordugrid

APT sources configuration

The NorduGrid ARC repositories for Debian and Ubuntu packaging utility APT can be configured through:
/etc/apt/sources.list
or when supported through a repo specific file:
/etc/apt/sources.list.d/nordugrid.list

The configurations for the varios APT based distributions can be found in the following sections. To enable a specific repository, remove the '#' from the beginning of the line, before the "deb" as shown for the Base Channel. Run the following command to update the packages database:

apt-get update
Install the packages with:
 apt-get install <list of package names>

Please refer to the installation guide for package selection.

Repository information for Debian

The easiest way to configure APT to use the NorduGrid repository for Debian is to install the nordugrid-release package which can be found in the NorduGrid package repository for the appropriate release:

For manual APT repository setup the APT sources file should contain something like:

Repository information for Ubuntu

The easiest way to configure APT to use the NorduGrid repository for Ubuntu is to install the nordugrid-release package which can be found in the NorduGrid package repository for the appropriate release:

For manual APT repository setup the APT sources file should contain something like:

Page last modified: 2024-04-11 16:44:34