Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cli-tooling.adoc #1643

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions _guides/cli-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxandersen I wonder if your installer should use another command if tar is not available. But I don't know what is actually available on a default install of RHEL 9.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The context: I was using RHEL 9.1 on a local virtual machine installed with a DVD iso of RHEL.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A Linux without tar...what have the world become :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw. I would rather fix the install to inform user it needs tar rather than repeating it in docs everywhere.

What error message did you get?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually in worst case if user already have java we can use jar to do the unzip. Worth a shot.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was an error saying to install tar, once i installed it there was no problems anymore...

----
====
****

[role="secondary asciidoc-tabs-sync-sdkman"]
Expand Down