The NorduGrid ARC repositories for RedHat Enterprise Linux / CentOS packaging utility
dnf
can be configured through:/etc/yum.repos.d/nordugrid.repo
The repository configuration can be set up automatically with dnf by installing the``nordugrid-release`` package or creating the configuration file manually.
The easiest way to configure DNF 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.Links to the release packages:
Install with
dnf
(Fedora, CentOS Stream, Rocky Linux, CentOS Linux 8+9) by copying the appropriate link from above[root ~]# dnf install <rhel-repo link>This creates the appropriate repo files in
/etc/yum.repos.d/
.For manual YUM repository setup, create a file
/etc/yum.repos.d/nordugrid.repo
with the following contents (here using Rocky as example, if you are on Fedora, replacerocky
withfedora
)If you are installing an alpha, beta or release candiate, please set the nordugrid-testing to
enabled=1
.[nordugrid] name=NorduGrid - $basearch - base baseurl=http://download.nordugrid.org/repos/7/rocky/$releasever/$basearch/base enabled=1 gpgcheck=1 gpgkey=http://download.nordugrid.org/RPM-GPG-KEY-nordugrid-7 [nordugrid-updates] name=NorduGrid - $basearch - updates baseurl=http://download.nordugrid.org/repos/7/rocky/$releasever/$basearch/updates enabled=1 gpgcheck=1 gpgkey=http://download.nordugrid.org/RPM-GPG-KEY-nordugrid-7 [nordugrid-testing] name=NorduGrid - $basearch - testing baseurl=http://download.nordugrid.org/repos/7/rocky/$releasever/$basearch/testing enabled=0 gpgcheck=1 gpgkey=http://download.nordugrid.org/RPM-GPG-KEY-nordugrid-7