How To Install libdmmp.i686 on Amazon Linux 2
In this tutorial we learn how to install libdmmp.i686 in Amazon Linux 2. libdmmp.i686 is device-mapper-multipath C API library
Introduction
In this tutorial we learn how to install libdmmp.i686
on Amazon Linux 2.
What is libdmmp.i686
This package contains the shared library for the device-mapper-multipath C API library.
We can use yum
to install libdmmp.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libdmmp.i686.
Install libdmmp.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 libdmmp.i686
using yum
by running the following command:
sudo yum -y install libdmmp.i686
How To Uninstall libdmmp.i686 on Amazon Linux 2
To uninstall only the libdmmp.i686
package we can use the following command:
sudo yum remove libdmmp.i686
libdmmp.i686 Package Contents on Amazon Linux 2
/usr/lib/libdmmp.so.0.1.0
/usr/share/doc/libdmmp-0.4.9
/usr/share/doc/libdmmp-0.4.9/AUTHOR
/usr/share/doc/libdmmp-0.4.9/COPYING
References
Summary
In this tutorial we learn how to install libdmmp.i686
on Amazon Linux 2 using yum.