-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels