How To Install OpenIPMI-libs on Rocky Linux 8
Introduction
In this tutorial we learn how to install OpenIPMI-libs
on Rocky Linux 8.
What is OpenIPMI-libs
The OpenIPMI-libs package contains the runtime libraries for shared binaries and applications.
We can use yum
or dnf
to install OpenIPMI-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install OpenIPMI-libs.
Install OpenIPMI-libs on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install OpenIPMI-libs
using dnf
by running the following command:
sudo dnf -y install OpenIPMI-libs
Install OpenIPMI-libs on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install OpenIPMI-libs
using yum
by running the following command:
sudo yum -y install OpenIPMI-libs
How To Uninstall OpenIPMI-libs on Rocky Linux 8
To uninstall only the OpenIPMI-libs
package we can use the following command:
sudo dnf remove OpenIPMI-libs
OpenIPMI-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/e2d3c9ae444121d93818d7320fa1f063c98400
/usr/lib/.build-id/65
/usr/lib/.build-id/65/c3bdb99d015d19c8b351e3a51886ea003f37e5
/usr/lib/.build-id/72
/usr/lib/.build-id/72/626241283d666cee79a1697342ba32c69170fc
/usr/lib/.build-id/84
/usr/lib/.build-id/84/d5bb96827764e718e8f66290447fc62b397b30
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/4096f59015d5c285ce43e58e3f3d5911a7fc50
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/6cc4973dcbc3c7cab3b67f10f63cb16f7f4d96
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/867d577bf8e15616b25ee6cb8f23694bf3a7b2
/usr/lib/libOpenIPMI.so.0
/usr/lib/libOpenIPMI.so.0.0.5
/usr/lib/libOpenIPMIcmdlang.so.0
/usr/lib/libOpenIPMIcmdlang.so.0.0.5
/usr/lib/libOpenIPMIglib.so.0
/usr/lib/libOpenIPMIglib.so.0.0.1
/usr/lib/libOpenIPMIposix.so.0
/usr/lib/libOpenIPMIposix.so.0.0.1
/usr/lib/libOpenIPMIpthread.so.0
/usr/lib/libOpenIPMIpthread.so.0.0.1
/usr/lib/libOpenIPMIui.so.1
/usr/lib/libOpenIPMIui.so.1.0.1
/usr/lib/libOpenIPMIutils.so.0
/usr/lib/libOpenIPMIutils.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/385edd7ebc9f328150f12ee37190b083c1312b
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/f27e16a68012d3e1bd1a5e877ade97174727f5
/usr/lib/.build-id/52
/usr/lib/.build-id/52/dfcde57a30d1ac47dbfe94f79e87ac7559355c
/usr/lib/.build-id/59
/usr/lib/.build-id/59/d0e5dbd577684bff53ca86935d1ebe175c7ccd
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/b553847923a3549fa5ecb4cff9cdf9df8a8b26
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/725d99bbea8a354f8742331631bae4d317a249
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/3531dea655d30907ec139380991595592f59b3
/usr/lib64/libOpenIPMI.so.0
/usr/lib64/libOpenIPMI.so.0.0.5
/usr/lib64/libOpenIPMIcmdlang.so.0
/usr/lib64/libOpenIPMIcmdlang.so.0.0.5
/usr/lib64/libOpenIPMIglib.so.0
/usr/lib64/libOpenIPMIglib.so.0.0.1
/usr/lib64/libOpenIPMIposix.so.0
/usr/lib64/libOpenIPMIposix.so.0.0.1
/usr/lib64/libOpenIPMIpthread.so.0
/usr/lib64/libOpenIPMIpthread.so.0.0.1
/usr/lib64/libOpenIPMIui.so.1
/usr/lib64/libOpenIPMIui.so.1.0.1
/usr/lib64/libOpenIPMIutils.so.0
/usr/lib64/libOpenIPMIutils.so.0.0.1
References
Summary
In this tutorial we learn how to install OpenIPMI-libs
on Rocky Linux 8 using yum and dnf.