From ec026ac51af153d19255c4ec0849c7412a7886e2 Mon Sep 17 00:00:00 2001 From: Sylvain Martin Date: Tue, 14 Feb 2023 14:35:08 +0100 Subject: [PATCH] Update cli-tooling.adoc Adding more details to install JBang on RHEL 9.x system if a dependency is missing. --- _guides/cli-tooling.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) 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"]