How To Install openhpi-libs.i686 on Amazon Linux 2
In this tutorial we learn how to install openhpi-libs.i686 in Amazon Linux 2. openhpi-libs.i686 is The system libraries for the OpenHPI project
Introduction
In this tutorial we learn how to install openhpi-libs.i686 on Amazon Linux 2.
What is openhpi-libs.i686
The system libraries for the OpenHPI project.
We can use yum to install openhpi-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openhpi-libs.i686.
Install openhpi-libs.i686 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install openhpi-libs.i686 using yum by running the following command:
sudo yum -y install openhpi-libs.i686
How To Uninstall openhpi-libs.i686 on Amazon Linux 2
To uninstall only the openhpi-libs.i686 package we can use the following command:
sudo yum remove openhpi-libs.i686
openhpi-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libopenhpi.so.3
/usr/lib/libopenhpi.so.3.4.0
/usr/lib/libopenhpi_snmp.so.3
/usr/lib/libopenhpi_snmp.so.3.4.0
/usr/lib/libopenhpi_ssl.so.3
/usr/lib/libopenhpi_ssl.so.3.4.0
/usr/lib/libopenhpimarshal.so.3
/usr/lib/libopenhpimarshal.so.3.4.0
/usr/lib/libopenhpitransport.so.3
/usr/lib/libopenhpitransport.so.3.4.0
/usr/lib/libopenhpiutils.so.3
/usr/lib/libopenhpiutils.so.3.4.0
/usr/share/doc/openhpi-libs-3.4.0
/usr/share/doc/openhpi-libs-3.4.0/COPYING
References
Summary
In this tutorial we learn how to install openhpi-libs.i686 on Amazon Linux 2 using yum.