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

In this tutorial we learn how to install sblim-wbemcli.x86_64 in Amazon Linux 2. sblim-wbemcli.x86_64 is SBLIM WBEM Command Line Interface

Introduction

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

What is sblim-wbemcli.x86_64

WBEM Command Line Interface is a standalone, command line WBEM client. It is specially suited for basic systems management tasks as it can be used in scripts.

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

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

sudo yum -y install sblim-wbemcli.x86_64

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

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

sudo yum remove sblim-wbemcli.x86_64

sblim-wbemcli.x86_64 Package Contents on Amazon Linux 2

/usr/bin/wbemai
/usr/bin/wbemain
/usr/bin/wbemci
/usr/bin/wbemcli
/usr/bin/wbemcm
/usr/bin/wbemcmx
/usr/bin/wbemdc
/usr/bin/wbemdi
/usr/bin/wbemec
/usr/bin/wbemecn
/usr/bin/wbemei
/usr/bin/wbemein
/usr/bin/wbemgc
/usr/bin/wbemgcd
/usr/bin/wbemgi
/usr/bin/wbemgp
/usr/bin/wbemmi
/usr/bin/wbemri
/usr/bin/wbemrin
/usr/bin/wbemsp
/usr/share/man/man1/wbemcli.1.gz
/usr/share/sblim-wbemcli

References

Summary

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