From d173ef5ac6963030b8cffb28ae97b4dd5c774067 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 30 May 2024 23:13:01 -0400 Subject: [PATCH] 21388: Update deb instructions in Python READMEs Arvados-DCO-1.1-Signed-off-by: Brett Smith --- sdk/python/README.rst | 26 ++++++++++++++++---------- services/fuse/README.rst | 26 ++++++++++++++++---------- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/sdk/python/README.rst b/sdk/python/README.rst index 4a145eb874..bf00834b68 100644 --- a/sdk/python/README.rst +++ b/sdk/python/README.rst @@ -46,16 +46,22 @@ You can test the change by running:: arv-get --version -Installing on Debian systems -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -1. Add this Arvados repository to your sources list:: - - deb http://apt.arvados.org/ buster main - -2. Update your package list. - -3. Install the ``python3-arvados-python-client`` package. +Installing on Debian and Ubuntu systems +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Arvados publishes packages for Debian 11 "bullseye," Debian 12 "bookworm," Ubuntu 20.04 "focal," and Ubuntu 22.04 "jammy." You can install the Python SDK package on any of these distributions by running the following commands:: + + sudo install -d /etc/apt/keyrings + sudo curl -fsSL -o /etc/apt/keyrings/arvados.asc https://apt.arvados.org/pubkey.gpg + sudo tee /etc/apt/sources.list.d/arvados.sources >/dev/null </dev/null <