21572: Write CLI setup instructions with complete package directions
[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 8
26 * RHEL 8
27 * Rocky Linux 8
28
29 {% include 'setup_redhat_repo' %}
30
31 h3(#debian). Debian and Ubuntu
32
33 Packages are available for the following Debian-based distributions:
34
35 * Debian 12 ("bookworm")
36 * Debian 11 ("bullseye")
37 * Ubuntu 22.04 ("jammy")
38 * Ubuntu 20.04 ("focal")
39
40 {% include 'setup_debian_repo' %}