How to Install and Uninstall pywbem.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "pywbem.src" package

Please follow the guidance below to install pywbem.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pywbem.src

2. Uninstall "pywbem.src" package

Please follow the step by step instructions below to uninstall pywbem.src on Oracle Linux 9:

$ sudo dnf remove pywbem.src $ sudo dnf autoremove

3. Information about the pywbem.src package on Oracle Linux 9

Last metadata expiration check: 3:46:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pywbem
Epoch : 1
Version : 0.15.0
Release : 6.el9
Architecture : src
Size : 4.1 M
Source : None
Repository : ol9_appstream
Summary : Python WBEM client interface and related utilities
URL : https://github.com/pywbem/pywbem
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, standardized 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.