mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-03 14:00:44 -05:00
Add Arch Linux to installing from source docs
Note that Arch Linux usually has no separate `-dev` packages, but ships development headers with the normal package.
This commit is contained in:
parent
07a4f2ec5a
commit
1066154106
1 changed files with 13 additions and 0 deletions
|
|
@ -187,6 +187,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
|
||||
+++++++++++++++
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue