Merge pull request #9018 from PhrozenByte/docs-arch-dev-deps

Add Arch Linux to installing from source docs
This commit is contained in:
TW 2025-09-21 15:38:19 +02:00 committed by GitHub
commit e42ec86e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,6 +191,19 @@ instructions, try to use your package manager to install the dependencies.
After you have installed the dependencies, you can proceed with steps outlined
under :ref:`pip-installation`.
Arch Linux
++++++++++
Install the runtime and build dependencies::
pacman -S python python-pip python-virtualenv openssl acl xxhash lz4 zstd base-devel
pacman -S fuse2 # needed for llfuse
pacman -S fuse3 # needed for pyfuse3
Note that Arch Linux specifically doesn't support
`partial upgrades <https://wiki.archlinux.org/title/Partial_upgrade>`__,
so in case some packages cannot be retrieved from the repo, run with ``pacman -Syu``.
Debian / Ubuntu
+++++++++++++++