How To Install openlmi-networking.x86_64 on Amazon Linux 2
In this tutorial we learn how to install openlmi-networking.x86_64 in Amazon Linux 2. openlmi-networking.x86_64 is CIM providers for network management
Introduction
In this tutorial we learn how to install openlmi-networking.x86_64
on Amazon Linux 2.
What is openlmi-networking.x86_64
openlmi-networking is set of CMPI providers for network management using Common Information Model (CIM).
We can use yum
to install openlmi-networking.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openlmi-networking.x86_64.
Install openlmi-networking.x86_64 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 openlmi-networking.x86_64
using yum
by running the following command:
sudo yum -y install openlmi-networking.x86_64
How To Uninstall openlmi-networking.x86_64 on Amazon Linux 2
To uninstall only the openlmi-networking.x86_64
package we can use the following command:
sudo yum remove openlmi-networking.x86_64
openlmi-networking.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/cmpi/libcmpiLMI_Networking.so
/usr/libexec/pegasus/cmpiLMI_Networking-cimprovagt
/usr/share/doc/openlmi-networking-0.3.0
/usr/share/doc/openlmi-networking-0.3.0/COPYING
/usr/share/doc/openlmi-networking-0.3.0/README
/usr/share/openlmi-networking/60_LMI_Networking.mof
/usr/share/openlmi-networking/60_LMI_Networking.reg
/usr/share/openlmi-networking/70_LMI_NetworkingIndicationFilters.mof
/usr/share/openlmi-networking/90_LMI_Networking_Profile.mof
References
Summary
In this tutorial we learn how to install openlmi-networking.x86_64
on Amazon Linux 2 using yum.