X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1efba8f3b728a3b8aa3c64c5aa09f441318ff2a8..ff31ac17e296f6a35e1d96f31af8061f7102c797:/services/fuse/README.rst diff --git a/services/fuse/README.rst b/services/fuse/README.rst index 12c6ae6ca1..2c2afc3bfd 100644 --- a/services/fuse/README.rst +++ b/services/fuse/README.rst @@ -45,24 +45,43 @@ You can test the change by running:: arv-mount --version -Installing on Debian systems -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -1. Add this Arvados repository to your sources list:: - - deb http://apt.arvados.org/buster buster main - -2. Update your package list. - -3. Install the ``python3-arvados-fuse`` 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 <`_ describes how to find this information in the Arvados Workbench, and install it @@ -71,9 +90,9 @@ on your system. Testing and Development ----------------------- -Debian packages you need to build llfuse: +Debian packages you need to build llfuse:: -$ apt-get install python-dev pkg-config libfuse-dev libattr1-dev + sudo apt install python-dev pkg-config libfuse-dev libattr1-dev This package is one part of the Arvados source package, and it has integration tests to check interoperability with other Arvados