mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-23 00:21:02 +00:00
28 lines
324 B
Markdown
28 lines
324 B
Markdown
+++
|
|
title = "Binary packages"
|
|
weight = 11
|
|
+++
|
|
|
|
Garage is also available in binary packages on:
|
|
|
|
## Alpine Linux
|
|
|
|
```bash
|
|
apk install garage
|
|
```
|
|
|
|
## Arch Linux
|
|
|
|
Garage is available in the [AUR](https://aur.archlinux.org/packages/garage).
|
|
|
|
## FreeBSD
|
|
|
|
```bash
|
|
pkg install garage
|
|
```
|
|
|
|
## NixOS
|
|
|
|
```bash
|
|
nix-shell -p garage
|
|
```
|