How To Install sblim-cim-client2.noarch on Amazon Linux 2

In this tutorial we learn how to install sblim-cim-client2.noarch in Amazon Linux 2. sblim-cim-client2.noarch is Java CIM Client library

Introduction

In this tutorial we learn how to install sblim-cim-client2.noarch on Amazon Linux 2.

What is sblim-cim-client2.noarch

The purpose of this package is to provide a CIM Client Class Library for Java applications. It complies to the DMTF standard CIM Operations over HTTP and intends to be compatible with JCP JSR48 once it becomes available. To learn more about DMTF visit http and JSR48 can be found at http http

We can use yum to install sblim-cim-client2.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sblim-cim-client2.noarch.

Install sblim-cim-client2.noarch 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-cim-client2.noarch using yum by running the following command:

sudo yum -y install sblim-cim-client2.noarch

How To Uninstall sblim-cim-client2.noarch on Amazon Linux 2

To uninstall only the sblim-cim-client2.noarch package we can use the following command:

sudo yum remove sblim-cim-client2.noarch

sblim-cim-client2.noarch Package Contents on Amazon Linux 2

/etc/java/sblim-cim-client2.properties
/etc/java/sblim-slp-client2.properties
/usr/share/doc/sblim-cim-client2-2.2.1
/usr/share/doc/sblim-cim-client2-2.2.1/COPYING
/usr/share/doc/sblim-cim-client2-2.2.1/ChangeLog
/usr/share/doc/sblim-cim-client2-2.2.1/NEWS
/usr/share/doc/sblim-cim-client2-2.2.1/README
/usr/share/java/sblim-cim-client2-2.2.1.jar
/usr/share/java/sblim-cim-client2.jar

References

Summary

In this tutorial we learn how to install sblim-cim-client2.noarch on Amazon Linux 2 using yum.