How To Install sblim-cmpi-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install sblim-cmpi-devel.x86_64 in Amazon Linux 2. sblim-cmpi-devel.x86_64 is SBLIM CMPI Provider Development Support

Introduction

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

What is sblim-cmpi-devel.x86_64

This packages provides the C and C++ CMPI header files needed by provider developers and can be used standalone. If used for C++ provider development it is also necessary to have tog-pegasus-devel installed.

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

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

sudo yum -y install sblim-cmpi-devel.x86_64

How To Uninstall sblim-cmpi-devel.x86_64 on Amazon Linux 2

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

sudo yum remove sblim-cmpi-devel.x86_64

sblim-cmpi-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/cmpi
/usr/include/cmpi/CmpiArgs.h
/usr/include/cmpi/CmpiArray.h
/usr/include/cmpi/CmpiAssociationMI.h
/usr/include/cmpi/CmpiBaseMI.h
/usr/include/cmpi/CmpiBooleanData.h
/usr/include/cmpi/CmpiBroker.h
/usr/include/cmpi/CmpiCharData.h
/usr/include/cmpi/CmpiContext.h
/usr/include/cmpi/CmpiData.h
/usr/include/cmpi/CmpiDateTime.h
/usr/include/cmpi/CmpiEnumeration.h
/usr/include/cmpi/CmpiIndicationMI.h
/usr/include/cmpi/CmpiInstance.h
/usr/include/cmpi/CmpiInstanceMI.h
/usr/include/cmpi/CmpiMethodMI.h
/usr/include/cmpi/CmpiObject.h
/usr/include/cmpi/CmpiObjectPath.h
/usr/include/cmpi/CmpiPropertyMI.h
/usr/include/cmpi/CmpiProviderBase.h
/usr/include/cmpi/CmpiResult.h
/usr/include/cmpi/CmpiSelectExp.h
/usr/include/cmpi/CmpiStatus.h
/usr/include/cmpi/CmpiString.h
/usr/include/cmpi/Linkage.h
/usr/include/cmpi/cmpidt.h
/usr/include/cmpi/cmpift.h
/usr/include/cmpi/cmpimacs.h
/usr/include/cmpi/cmpios.h
/usr/include/cmpi/cmpipl.h
/usr/share/doc/sblim-cmpi-devel-2.0.3
/usr/share/doc/sblim-cmpi-devel-2.0.3/AUTHORS
/usr/share/doc/sblim-cmpi-devel-2.0.3/COPYING
/usr/share/doc/sblim-cmpi-devel-2.0.3/README

References

Summary

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