How To Install sblim-indication_helper-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install sblim-indication_helper-devel.x86_64
on Amazon Linux 2.
What is sblim-indication_helper-devel.x86_64
This package contain developer library for helping out when writing CMPI providers. This library polls the registered functions for data and if they change an CMPI indication is set with the values of the indication class properties (also set by the developer). This package holds the development files for sblim-indication_helper.
We can use yum
to install sblim-indication_helper-devel.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-devel.x86_64.
Install sblim-indication_helper-devel.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-devel.x86_64
using yum
by running the following command:
sudo yum -y install sblim-indication_helper-devel.x86_64
How To Uninstall sblim-indication_helper-devel.x86_64 on Amazon Linux 2
To uninstall only the sblim-indication_helper-devel.x86_64
package we can use the following command:
sudo yum remove sblim-indication_helper-devel.x86_64
sblim-indication_helper-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/sblim
/usr/include/sblim/ind_helper.h
/usr/lib64/libind_helper.so
/usr/share/doc/sblim-indication_helper-devel-0.4.2
/usr/share/doc/sblim-indication_helper-devel-0.4.2/COPYING
References
Summary
In this tutorial we learn how to install sblim-indication_helper-devel.x86_64
on Amazon Linux 2 using yum.