mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-10 06:26:52 +00:00
a0a2c1db88
Correct the Arch Linux link as garage is now available in the official repos under extra, and no longer in AUR.
48 lines
997 B
Markdown
48 lines
997 B
Markdown
+++
|
|
title = "Binary packages"
|
|
weight = 11
|
|
+++
|
|
|
|
Garage is also available in binary packages on:
|
|
|
|
## Alpine Linux
|
|
|
|
If you use Alpine Linux, you can simply install the
|
|
[garage](https://pkgs.alpinelinux.org/packages?name=garage) package from the
|
|
Alpine Linux repositories (available since v3.17):
|
|
|
|
```bash
|
|
apk add garage
|
|
```
|
|
|
|
The default configuration file is installed to `/etc/garage.toml`. You can run
|
|
Garage using: `rc-service garage start`. If you don't specify `rpc_secret`, it
|
|
will be automatically replaced with a random string on the first start.
|
|
|
|
Please note that this package is built without Consul discovery, Kubernetes
|
|
discovery, OpenTelemetry exporter, and K2V features (K2V will be enabled once
|
|
it's stable).
|
|
|
|
|
|
## Arch Linux
|
|
|
|
Garage is available in the official repositories under [extra](https://archlinux.org/packages/extra/x86_64/garage).
|
|
|
|
## FreeBSD
|
|
|
|
```bash
|
|
pkg install garage
|
|
```
|
|
|
|
## NixOS
|
|
|
|
```bash
|
|
nix-shell -p garage
|
|
```
|
|
|
|
## conda-forge
|
|
|
|
```bash
|
|
pixi global install garage
|
|
```
|