How to Install and Uninstall python-dmidecode.src Package on Oracle Linux 9

Last updated: July 02,2024

1. Install "python-dmidecode.src" package

This is a short guide on how to install python-dmidecode.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-dmidecode.src

2. Uninstall "python-dmidecode.src" package

This guide covers the steps necessary to uninstall python-dmidecode.src on Oracle Linux 9:

$ sudo dnf remove python-dmidecode.src $ sudo dnf autoremove

3. Information about the python-dmidecode.src package on Oracle Linux 9

Last metadata expiration check: 2:39:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-dmidecode
Version : 3.12.3
Release : 2.0.2.el9
Architecture : src
Size : 170 k
Source : None
Repository : ol9_baseos_latest
Summary : Python module to access DMI data
URL : https://github.com/nima/python-dmidecode
License : GPLv2
Description : python-dmidecode is a python extension module that uses the
: code-base of the 'dmidecode' utility, and presents the data
: as python data structures or as XML data using libxml2.