The NorduGrid ARC repositories for 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 repository configuration can be set up automatically by means of installing nordugrid-release
package or creating the configuration file manually.
Debian version names:
Debian release |
Code name |
---|---|
12 |
bookworm |
11 |
bullseye |
10 |
buster |
9 |
stretch |
The examples below give you the link for most recent Debian releases. Packages are shown below for amd64
architecture. Replace amd64
for i386
if required for your architecture.
Install the source file with dpkg
, example shown for Debian 12:
[root ~]# wget -q https://download.nordugrid.org/packages/nordugrid-release/releases/7/debian/12/amd64/nordugrid-release_7~bpo12+1_all.deb
[root ~]# dpkg -i nordugrid-release_7~bpo12+1_all.deb
For a different version of Debian, change the version names appropriately.
For manual APT repository setup for Debian, the APT sources file should contain the following (here shown for Debian 12 Bookworm).
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.
# Base channel - must be enabled
deb http://download.nordugrid.org/repos/7/debian/ bookworm main
deb-src http://download.nordugrid.org/repos/7/debian/ bookworm main
# Updates to the base release - should be enabled
deb http://download.nordugrid.org/repos/7/debian/ bookworm-updates main
deb-src http://download.nordugrid.org/repos/7/debian/ bookworm-updates main
# Scheduled package updates - optional
#deb http://download.nordugrid.org/repos/7/debian/ bookworm-experimental main
#deb-src http://download.nordugrid.org/repos/7/debian/ bookworm-experimental main
For a different release version, change the version name accordingly.