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?
No "lsdev" in centos 7 minimal install, how to resolve this issue?
-
- Posts: 9
- Joined: 2023/04/13 05:19:13
Re: No "lsdev" in centos 7 minimal install, how to resolve this issue?
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.
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.
-
- Posts: 9
- Joined: 2023/04/13 05:19:13
Re: No "lsdev" in centos 7 minimal install, how to resolve this issue?
Thank you for the information.