No "lsdev" in centos 7 minimal install, how to resolve this issue?

Issues related to applications and software problems
Post Reply
Brief-Wishbone9091
Posts: 10
Joined: 2023/04/13 05:19:13

No "lsdev" in centos 7 minimal install, how to resolve this issue?

Post by Brief-Wishbone9091 » 2023/04/16 06:31:38

I am trying to use "lsdev" command in centos 7 minimal install. But I am facing "command not found" problem. I tried installing use "yum install procinfo" but it says nothing to do because it can't find out the repository.

How do I resolve this issue?

User avatar
jlehtone
Posts: 4523
Joined: 2007/12/11 08:17:33
Location: Finland

Re: No "lsdev" in centos 7 minimal install, how to resolve this issue?

Post by jlehtone » 2023/04/16 12:22:53

The "procinfo" package does not seem to exists for any recent RHEL. Fedoras supposedly do have it.
The "lsdev" might be a Perl script that reads data from /proc/ (interrupts, ioports, and dma).

It might be possible to rebuild binary RPM for el7 from Fedora src.rpm.

Brief-Wishbone9091
Posts: 10
Joined: 2023/04/13 05:19:13

Re: No "lsdev" in centos 7 minimal install, how to resolve this issue?

Post by Brief-Wishbone9091 » 2023/05/07 09:51:51

Thank you for the information.

Post Reply