X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c460236dc3124e910ae9eaf03c176ccfda276d08..76502bae16eb616992c7119b02a739dede112b30:/doc/install/packages.html.textile.liquid diff --git a/doc/install/packages.html.textile.liquid b/doc/install/packages.html.textile.liquid index 7fb0419ceb..ad480012e2 100644 --- a/doc/install/packages.html.textile.liquid +++ b/doc/install/packages.html.textile.liquid @@ -50,14 +50,18 @@ First, register the Arvados signing key in apt's database: {% include 'gpg_key_fingerprint' %} -As root, add the Arvados package repository to your sources. This command depends on your OS vendor and version: +Then set up the package source by running this command: -table(table table-bordered table-condensed). -|_. OS version|_. Command| -|Debian 12 ("bookworm")|echo "deb http://apt.arvados.org/bookworm bookworm 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| -|Ubuntu 22.04 ("jammy")[1]|echo "deb http://apt.arvados.org/jammy jammy 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| + +
# 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' %} @@ -68,6 +72,6 @@ fn1. Arvados packages for Ubuntu may depend on third-party packages in Ubuntu's Retrieve the package list: -
# apt-get update
+
# apt update