X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/96afcc7682db1f1f67bcf4ae6acab54927418f1e..HEAD:/doc/install/packages.html.textile.liquid?ds=sidebyside diff --git a/doc/install/packages.html.textile.liquid b/doc/install/packages.html.textile.liquid index 5d74e4a7e3..3178ff2628 100644 --- a/doc/install/packages.html.textile.liquid +++ b/doc/install/packages.html.textile.liquid @@ -11,23 +11,33 @@ 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 +* "Red Hat, AlmaLinux, and Rocky Linux":#redhat * "Debian and Ubuntu":#debian -h3(#centos7). CentOS + + + + +h3(#redhat). Red Hat, AlmaLinux, and Rocky Linux + +Packages are available for the following Red Hat-based distributions: -Packages are available for CentOS 7. To install them with yum, save this configuration block in @/etc/yum.repos.d/arvados.repo@: +* AlmaLinux 8 +* RHEL 8 +* Rocky Linux 8 + +To install them with dnf, save this configuration block in @/etc/yum.repos.d/arvados.repo@:
[arvados]
 name=Arvados
 baseurl=http://rpm.arvados.org/CentOS/$releasever/os/$basearch/
 gpgcheck=1
-gpgkey=http://rpm.arvados.org/CentOS/RPM-GPG-KEY-curoverse
+gpgkey=http://rpm.arvados.org/CentOS/RPM-GPG-KEY-arvados
 
-{% include 'install_redhat_key' %} +{% include 'gpg_key_fingerprint' %} h3(#debian). Debian and Ubuntu @@ -37,14 +47,20 @@ First, register the Arvados signing key in apt's database: {% include 'install_debian_key' %} -As root, add the Arvados package repository to your sources. This command depends on your OS vendor and version: +{% include 'gpg_key_fingerprint' %} -table(table table-bordered table-condensed). -|_. OS version|_. Command| -|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| +Then set up the package source by running this command: + +
# tee /etc/apt/sources.list.d/arvados.sources >/dev/null <<EOF
+Types: deb
+URIs: https://apt.arvados.org/$(lsb_release -cs)
+Suites: $(lsb_release -cs)
+Components: main
+Signed-by: /etc/apt/keyrings/arvados.asc
+EOF
+
+
{% include 'notebox_begin' %} @@ -55,6 +71,6 @@ fn1. Arvados packages for Ubuntu may depend on third-party packages in Ubuntu's Retrieve the package list: -
# apt-get update
+
# apt update