How to Install and Uninstall pywbem.noarch Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "pywbem.noarch" package

Here is a brief guide to show you how to install pywbem.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install pywbem.noarch

2. Uninstall "pywbem.noarch" package

Here is a brief guide to show you how to uninstall pywbem.noarch on Amazon Linux 2:

$ sudo yum remove pywbem.noarch $ sudo yum autoremove

3. Information about the pywbem.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : pywbem
Arch : noarch
Version : 0.7.0
Release : 25.20130827svn625.amzn2
Size : 214 k
Repo : amzn2-core/2/x86_64
Summary : Python WBEM Client and Provider Interface
URL : http://pywbem.sourceforge.net
License : LGPLv2
Description : A Python library for making CIM (Common Information Model)
: operations over HTTP using the WBEM CIM-XML protocol. It is based
: on the idea that a good WBEM client should be easy to use and not
: necessarily require a large amount of programming knowledge. It is
: suitable for a large range of tasks from simply poking around to
: writing web and GUI applications.
:
: WBEM, or Web Based Enterprise Management is a manageability
: protocol, like SNMP, standardised by the Distributed Management
: Task Force (DMTF) available at http://www.dmtf.org/standards/wbem.
:
: It also provides a Python provider interface, and is the fastest
: and easiest way to write providers on the planet.