]> git.arvados.org - arvados.git/blob - doc/install/packages.html.textile.liquid
Merge branch '22931-crunch-run-open-sockets'
[arvados.git] / doc / install / packages.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Arvados package repositories
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 On any host where you install Arvados software, you'll need to add the Arvados package repository.  They're available for several popular distributions.
13
14 * "Red Hat, AlmaLinux, and Rocky Linux":#redhat
15 * "Debian and Ubuntu":#debian
16
17 <notextile>
18 <a id="centos7" style="display: none;"></a>
19 </notextile>
20
21 h3(#redhat). Red Hat, AlmaLinux, and Rocky Linux
22
23 Packages are available for the following Red Hat-based distributions:
24
25 * AlmaLinux 9
26 * AlmaLinux 8 (since 8.4)
27 * RHEL 9
28 * RHEL 8 (since 8.4)
29 * Rocky Linux 9
30 * Rocky Linux 8 (since 8.4)
31
32 {% include 'setup_redhat_repo' %}
33
34 h3(#debian). Debian and Ubuntu
35
36 Packages are available for the following Debian-based distributions:
37
38 * Debian 12 ("bookworm")
39 * Debian 11 ("bullseye")
40 * Ubuntu 24.04 ("noble")
41 * Ubuntu 22.04 ("jammy")
42 * Ubuntu 20.04 ("focal")
43
44 {% include 'setup_debian_repo' %}