document installing with native package managers on Linux (#2421)

Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
This commit is contained in:
DrDaveD
2026-02-06 11:37:07 -06:00
committed by GitHub
parent deff5c9d3e
commit 9bf86e34ec

View File

@@ -36,8 +36,21 @@ $ pkg install openbao
### Linux
OpenBao manages packages for Ubuntu, Debian, Fedora, RHEL, Amazon Linux, and
other distributions. [Download](/downloads) the appropriate package for your
operating system and architecture.
other distributions. The packages are available for both direct download
and native package managers on the [downloads](/downloads) page.
In addition, OpenBao packages are available more directly in RHEL and Fedora.
For RHEL (and derivatives) they are in EPEL which can be enabled by
```shell-session
$ dnf install -y epel-release
```
and then installed on RHEL or Fedora by
```shell-session
$ dnf install -y openbao
```
## Container registries