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

In this tutorial we learn how to install sblim-cmpi-base-test.x86_64 in Amazon Linux 2. sblim-cmpi-base-test.x86_64 is SBLIM CMPI Base Providers Test Cases

Introduction

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

What is sblim-cmpi-base-test.x86_64

SBLIM (Standards Based Linux Instrumentation for Manageability) CMPI (Common Manageability Programming Interface) Base Provider Testcase Files for the SBLIM Testsuite.

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

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

sudo yum -y install sblim-cmpi-base-test.x86_64

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

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

sudo yum remove sblim-cmpi-base-test.x86_64

sblim-cmpi-base-test.x86_64 Package Contents on Amazon Linux 2

/usr/share/sblim-testsuite/cim
/usr/share/sblim-testsuite/cim/Linux_BaseBoard.cim
/usr/share/sblim-testsuite/cim/Linux_CSBaseBoard.cim
/usr/share/sblim-testsuite/cim/Linux_CSProcessor.cim
/usr/share/sblim-testsuite/cim/Linux_ComputerSystem.cim
/usr/share/sblim-testsuite/cim/Linux_OSProcess.cim
/usr/share/sblim-testsuite/cim/Linux_OperatingSystem.cim
/usr/share/sblim-testsuite/cim/Linux_OperatingSystemStatisticalData.cim
/usr/share/sblim-testsuite/cim/Linux_OperatingSystemStatistics.cim
/usr/share/sblim-testsuite/cim/Linux_Processor.cim
/usr/share/sblim-testsuite/cim/Linux_RunningOS.cim
/usr/share/sblim-testsuite/cim/Linux_UnixProcess.cim
/usr/share/sblim-testsuite/system
/usr/share/sblim-testsuite/system/linux
/usr/share/sblim-testsuite/system/linux/Linux_BaseBoard.system
/usr/share/sblim-testsuite/system/linux/Linux_CSBaseBoard.system
/usr/share/sblim-testsuite/system/linux/Linux_CSProcessor.system
/usr/share/sblim-testsuite/system/linux/Linux_ComputerSystem.system
/usr/share/sblim-testsuite/system/linux/Linux_OSProcess.system
/usr/share/sblim-testsuite/system/linux/Linux_OperatingSystem.system
/usr/share/sblim-testsuite/system/linux/Linux_OperatingSystem.version.sh
/usr/share/sblim-testsuite/system/linux/Linux_OperatingSystemStatisticalData.system
/usr/share/sblim-testsuite/system/linux/Linux_OperatingSystemStatistics.system
/usr/share/sblim-testsuite/system/linux/Linux_Processor.pl
/usr/share/sblim-testsuite/system/linux/Linux_Processor.system
/usr/share/sblim-testsuite/system/linux/Linux_RunningOS.system
/usr/share/sblim-testsuite/system/linux/Linux_UnixProcess.pl
/usr/share/sblim-testsuite/system/linux/Linux_UnixProcess.system
/usr/share/sblim-testsuite/system/linux/createKeyFiles.sh
/usr/share/sblim-testsuite/test-cmpi-base.sh

References

Summary

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