-
Notifications
You must be signed in to change notification settings - Fork 378
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
base: main
Are you sure you want to change the base?
Update cli-tooling.adoc #1643
Conversation
Adding more details to install JBang on RHEL 9.x system if a dependency is missing.
In order to install JBang, you need to install the `tar` command on your system. | ||
[source,bash] | ||
---- | ||
dnf install tar |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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...
Adding more details to install JBang on RHEL 9.x system if a dependency is missing.
** If you are updating a guide, please submit your pull request to the main repository: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc **