How To Install sblim-gather-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install sblim-gather-devel.x86_64 on Amazon Linux 2.
What is sblim-gather-devel.x86_64
This package is needed to develop new plugins for the SBLIM (Standards Based Linux Instrumentation for Manageability) Gatherer.
We can use yum to install sblim-gather-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-gather-devel.x86_64.
Install sblim-gather-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-gather-devel.x86_64 using yum by running the following command:
sudo yum -y install sblim-gather-devel.x86_64
How To Uninstall sblim-gather-devel.x86_64 on Amazon Linux 2
To uninstall only the sblim-gather-devel.x86_64 package we can use the following command:
sudo yum remove sblim-gather-devel.x86_64
sblim-gather-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/gather
/usr/include/gather/cimplug.h
/usr/include/gather/commheap.h
/usr/include/gather/commutil.h
/usr/include/gather/gather-config-x86_64.h
/usr/include/gather/gather-config.h
/usr/include/gather/gather.h
/usr/include/gather/metric.h
/usr/include/gather/mplugin.h
/usr/include/gather/mrepos.h
/usr/include/gather/repos.h
/usr/include/gather/rrepos.h
/usr/lib64/libgather.so
/usr/lib64/libgatherutil.so
/usr/lib64/libmcserv.so
/usr/lib64/librcserv.so
/usr/lib64/librepos.so
/usr/lib64/librgather.so
/usr/lib64/librrepos.so
References
Summary
In this tutorial we learn how to install sblim-gather-devel.x86_64 on Amazon Linux 2 using yum.