Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/deploy/partials/linux/install-redpanda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Unless you intend to run Redpanda in FIPS-compliance mode, the following package
`redpanda`

- Contains the Redpanda application and all supporting libraries
- Depends on `redpanda-tuners` and either `redpanda-rpk` or `redpanda-rpk-fips`
- Depends on `redpanda-tuner` and either `redpanda-rpk` or `redpanda-rpk-fips`

`redpanda-rpk`

- Contains the pure GoLang compiled `rpk` application
- If you wish to use `rpk` only, then this is the only required install package

`redpanda-tuners`
`redpanda-tuner`

- Contains the files used to run Redpanda tuners
- Depends on `redpanda-rpk` or `redpanda-rpk-fips`
Expand Down