How To Install sblim-sfcc.x86_64 on Amazon Linux 2

In this tutorial we learn how to install sblim-sfcc.x86_64 in Amazon Linux 2. sblim-sfcc.x86_64 is Small Footprint CIM Client Library

Introduction

In this tutorial we learn how to install sblim-sfcc.x86_64 on Amazon Linux 2.

What is sblim-sfcc.x86_64

Small Footprint CIM Client Library Runtime Libraries

We can use yum to install sblim-sfcc.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-sfcc.x86_64.

Install sblim-sfcc.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-sfcc.x86_64 using yum by running the following command:

sudo yum -y install sblim-sfcc.x86_64

How To Uninstall sblim-sfcc.x86_64 on Amazon Linux 2

To uninstall only the sblim-sfcc.x86_64 package we can use the following command:

sudo yum remove sblim-sfcc.x86_64

sblim-sfcc.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libcimcClientXML.so
/usr/lib64/libcimcClientXML.so.0
/usr/lib64/libcimcClientXML.so.0.0.0
/usr/lib64/libcimcclient.so.0
/usr/lib64/libcimcclient.so.0.0.0
/usr/lib64/libcmpisfcc.so.1
/usr/lib64/libcmpisfcc.so.1.0.0
/usr/share/doc/sfcc-2.2.5
/usr/share/doc/sfcc-2.2.5/AUTHORS
/usr/share/doc/sfcc-2.2.5/COPYING
/usr/share/doc/sfcc-2.2.5/README
/usr/share/man/man3/CMCIClient.3.gz
/usr/share/man/man3/CMCIClientFT.associatorNames.3.gz
/usr/share/man/man3/CMCIClientFT.associators.3.gz
/usr/share/man/man3/CMCIClientFT.createInstance.3.gz
/usr/share/man/man3/CMCIClientFT.deleteInstance.3.gz
/usr/share/man/man3/CMCIClientFT.enumClassNames.3.gz
/usr/share/man/man3/CMCIClientFT.enumClasses.3.gz
/usr/share/man/man3/CMCIClientFT.enumInstanceNames.3.gz
/usr/share/man/man3/CMCIClientFT.enumInstances.3.gz
/usr/share/man/man3/CMCIClientFT.execQuery.3.gz
/usr/share/man/man3/CMCIClientFT.getClass.3.gz
/usr/share/man/man3/CMCIClientFT.getInstance.3.gz
/usr/share/man/man3/CMCIClientFT.getProperty.3.gz
/usr/share/man/man3/CMCIClientFT.invokeMethod.3.gz
/usr/share/man/man3/CMCIClientFT.referenceNames.3.gz
/usr/share/man/man3/CMCIClientFT.references.3.gz
/usr/share/man/man3/CMCIClientFT.setInstance.3.gz
/usr/share/man/man3/CMCIClientFT.setProperty.3.gz
/usr/share/man/man3/CMPIArgs.3.gz
/usr/share/man/man3/CMPIDateTime.3.gz
/usr/share/man/man3/CMPIEnumeration.3.gz
/usr/share/man/man3/CMPIInstance.3.gz
/usr/share/man/man3/CMPIObjectPath.3.gz
/usr/share/man/man3/CMPIStatus.3.gz
/usr/share/man/man3/CMPIString.3.gz
/usr/share/man/man3/CMPIValue.3.gz
/usr/share/man/man3/cmciConnect.3.gz

References

Summary

In this tutorial we learn how to install sblim-sfcc.x86_64 on Amazon Linux 2 using yum.