mirror of
https://github.com/openbao/openbao.git
synced 2026-02-07 00:45:54 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user