X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/23d74e8c4d1837d15381851d30ed241bf78b5e01..HEAD:/doc/install/packages.html.textile.liquid diff --git a/doc/install/packages.html.textile.liquid b/doc/install/packages.html.textile.liquid index a111843a65..f867381cff 100644 --- a/doc/install/packages.html.textile.liquid +++ b/doc/install/packages.html.textile.liquid @@ -11,12 +11,24 @@ SPDX-License-Identifier: CC-BY-SA-3.0 On any host where you install Arvados software, you'll need to add the Arvados package repository. They're available for several popular distributions. -* "Centos 7":#centos7 +* "AlmaLinux, CentOS, RHEL, and Rocky Linux":#redhat * "Debian and Ubuntu":#debian -h3(#centos7). CentOS + + + + +h3(#redhat). AlmaLinux, CentOS, RHEL, and Rocky Linux + +Packages are available for the following Red Hat-based distributions: + +* AlmaLinux 8 +* CentOS 7 +* CentOS 8 +* RHEL 8 +* Rocky Linux 8 -Packages are available for CentOS 7. To install them with yum, save this configuration block in @/etc/yum.repos.d/arvados.repo@: +To install them with dnf or yum, save this configuration block in @/etc/yum.repos.d/arvados.repo@:
[arvados]
@@ -43,7 +55,7 @@ As root, add the Arvados package repository to your sources.  This command depen
 
 table(table table-bordered table-condensed).
 |_. OS version|_. Command|
-|Debian 11 ("bullseye")|echo "deb http://apt.arvados.org/buster bullseye main" | tee /etc/apt/sources.list.d/arvados.list|
+|Debian 11 ("bullseye")|echo "deb http://apt.arvados.org/bullseye bullseye main" | tee /etc/apt/sources.list.d/arvados.list|
 |Debian 10 ("buster")|echo "deb http://apt.arvados.org/buster buster main" | tee /etc/apt/sources.list.d/arvados.list|
 |Ubuntu 20.04 ("focal")[1]|echo "deb http://apt.arvados.org/focal focal main" | tee /etc/apt/sources.list.d/arvados.list|
 |Ubuntu 18.04 ("bionic")[1]|echo "deb http://apt.arvados.org/bionic bionic main" | tee /etc/apt/sources.list.d/arvados.list|