Skip to content

Hardinfo doesn't find software in /opt #701

@SKelem

Description

@SKelem

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions