.. _installation-packages:
.. _binary releases: https://github.com/zrepl/zrepl/releases
Packages
--------
zrepl source releases are signed & tagged by the author in the git repository.
Your OS vendor may provide binary packages of zrepl through the package manager.
Additionally, `binary releases`_ are provided on GitHub.
The following list may be incomplete, feel free to submit a PR with an update:
.. list-table::
:header-rows: 1
* - OS / Distro
- Install Command
- Link
* - FreeBSD
- ``pkg install zrepl``
- ``_
:ref:`installation-freebsd-jail-with-iocage`
* - FreeNAS
-
- :ref:`installation-freebsd-jail-with-iocage`
* - MacOS
- ``brew install zrepl``
- Available on `homebrew `_
* - Arch Linux
- ``yay install zrepl``
- Available on `AUR `_
* - Fedora
- ``dnf install zrepl``
- Available on `COPR `_
* - CentOS/RHEL
- ``yum install zrepl``
- Available on `COPR `_
* - Debian + Ubuntu
- ``apt install zrepl``
- APT repository config :ref:`see below `
* - OmniOS
- ``pkg install zrepl``
- Available since `r151030 `_
* - Void Linux
- ``xbps-install zrepl``
- Available since `a88a2a4 `_
* - Others
-
- Use `binary releases`_ or build from source.