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

Last updated: May 20,2024

1. Install "python-dmidecode.src" package

This guide let you learn how to install python-dmidecode.src on Oracle Linux 8

$ 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 8:

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

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

Last metadata expiration check: 5:43:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-dmidecode
Version : 3.12.2
Release : 15.el8
Architecture : src
Size : 164 k
Source : None
Repository : ol8_baseos_latest
Summary : Python module to access DMI data
URL : http://projects.autonomy.net.au/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.