How to Install and Uninstall python3-pywbem.noarch Package on Rocky Linux 8

Last updated: May 10,2024

1. Install "python3-pywbem.noarch" package

This is a short guide on how to install python3-pywbem.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-pywbem.noarch

2. Uninstall "python3-pywbem.noarch" package

Please follow the instructions below to uninstall python3-pywbem.noarch on Rocky Linux 8:

$ sudo dnf remove python3-pywbem.noarch $ sudo dnf autoremove

3. Information about the python3-pywbem.noarch package on Rocky Linux 8

Last metadata expiration check: 1:22:25 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pywbem
Version : 0.11.0
Release : 8.el8
Architecture : noarch
Size : 288 k
Source : pywbem-0.11.0-8.el8.src.rpm
Repository : baseos
Summary : Python3 WBEM Client and Provider Interface
URL : https://github.com/pywbem/pywbem
License : LGPLv2
Description : A WBEM client allows issuing operations to a WBEM server, using the CIM
: operations over HTTP (CIM-XML) protocol defined in the DMTF standards DSP0200
: and DSP0201. The CIM/WBEM infrastructure is used for a wide variety of systems
: management tasks supported by systems running WBEM servers. See WBEM Standards
: for more information about WBEM.