diff --git a/_guides/cli-tooling.adoc b/_guides/cli-tooling.adoc index e1e1a0dd173..e4ebfe2ecc4 100644 --- a/_guides/cli-tooling.adoc +++ b/_guides/cli-tooling.adoc @@ -92,6 +92,15 @@ have a JBang version older than v0.56.0 installed. Please remove or upgrade it t If you are installing JBang for the first time, start a new session to update your `PATH`. ==== +[CAUTION] +.Dependency required on RHEL 9.x +==== +In order to install JBang, you need to install the `tar` command on your system. +[source,bash] +---- +dnf install tar +---- +==== **** [role="secondary asciidoc-tabs-sync-sdkman"]