X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/53862c0bfbd654016a16892dbedf382270de3f10..b0d0360b250bed8e6e5a30f7ee057da0600bc99c:/doc/install/packages.html.textile.liquid diff --git a/doc/install/packages.html.textile.liquid b/doc/install/packages.html.textile.liquid index 8507d02644..a111843a65 100644 --- a/doc/install/packages.html.textile.liquid +++ b/doc/install/packages.html.textile.liquid @@ -23,28 +23,30 @@ Packages are available for CentOS 7. To install them with yum, save this configu 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 Packages are available for recent versions of Debian and Ubuntu. -First, register the Curoverse signing key in apt's database: +First, register the Arvados signing key in apt's database: {% include 'install_debian_key' %} +{% include 'gpg_key_fingerprint' %} + As root, add the Arvados package repository to your sources. This command depends on your OS vendor and version: table(table table-bordered table-condensed). |_. OS version|_. Command| -|Debian 10 ("buster")|echo "deb http://apt.arvados.org/ buster main" | tee /etc/apt/sources.list.d/arvados.list| -|Debian 9 ("stretch")|echo "deb http://apt.arvados.org/ stretch main" | tee /etc/apt/sources.list.d/arvados.list| -|Ubuntu 18.04 ("bionic")[1]|echo "deb http://apt.arvados.org/ bionic main" | tee /etc/apt/sources.list.d/arvados.list| -|Ubuntu 16.04 ("xenial")[1]|echo "deb http://apt.arvados.org/ xenial main" | tee /etc/apt/sources.list.d/arvados.list| +|Debian 11 ("bullseye")|echo "deb http://apt.arvados.org/buster 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| {% include 'notebox_begin' %}