We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A lot of software lives in /opt, particularly java:
├── docs ├── jdbc ├── jdk ├── jni ├── jre ├── junit └── slf4j
The jdk looks like:
├── jdk-17.0.1 │ ├── bin │ ├── conf │ ├── include │ ├── jmods │ ├── legal │ ├── lib │ ├── LICENSE -> legal/java.base/LICENSE │ ├── man │ └── release ├── jdk-20.0.1 │ ├── bin │ ├── conf │ ├── include │ ├── jmods │ ├── legal │ ├── lib │ ├── LICENSE -> legal/java.base/LICENSE │ ├── man │ ├── README │ └── release ├── latest -> jdk-17.0.1 └── old ├── jdk-12.0.2 ├── jdk-16.0.2 ├── jdk1.8.0_102 ├── jdk1.8.0_144 └── jdk1.8.0_191
Is there a way to get hardinfo to look in /opt?
The text was updated successfully, but these errors were encountered:
As long as binaries are in path (e.g. $PATH contains /opt/latest/bin in your case), HardInfo should be able to find things.
$PATH
/opt/latest/bin
Sorry, something went wrong.
No branches or pull requests
A lot of software lives in /opt, particularly java:
The jdk looks like:
Is there a way to get hardinfo to look in /opt?
The text was updated successfully, but these errors were encountered: