How To Install sblim-indication_helper.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install sblim-indication_helper.x86_64 on Amazon Linux 2.
What is sblim-indication_helper.x86_64
This package contains a developer library for helping out when writing CMPI providers. This library polls the registered functions for data and, if it changes, a CMPI indication is set with the values of the indication class properties (also set by the developer).
We can use yum to install sblim-indication_helper.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sblim-indication_helper.x86_64.
Install sblim-indication_helper.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 sblim-indication_helper.x86_64 using yum by running the following command:
sudo yum -y install sblim-indication_helper.x86_64
How To Uninstall sblim-indication_helper.x86_64 on Amazon Linux 2
To uninstall only the sblim-indication_helper.x86_64 package we can use the following command:
sudo yum remove sblim-indication_helper.x86_64
sblim-indication_helper.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libind_helper.so.0
/usr/lib64/libind_helper.so.0.0.0
/usr/share/doc/sblim-indication_helper-0.4.2
/usr/share/doc/sblim-indication_helper-0.4.2/COPYING
/usr/share/doc/sblim-indication_helper-0.4.2/ChangeLog
/usr/share/doc/sblim-indication_helper-0.4.2/README
/usr/share/doc/sblim-indication_helper-0.4.2/TODO
References
Summary
In this tutorial we learn how to install sblim-indication_helper.x86_64 on Amazon Linux 2 using yum.