How to Install and Uninstall python3-dmidecode.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-dmidecode.x86_64" package

This guide let you learn how to install python3-dmidecode.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-dmidecode.x86_64

2. Uninstall "python3-dmidecode.x86_64" package

Here is a brief guide to show you how to uninstall python3-dmidecode.x86_64 on Fedora 34:

$ sudo dnf remove python3-dmidecode.x86_64 $ sudo dnf autoremove

3. Information about the python3-dmidecode.x86_64 package on Fedora 34

Last metadata expiration check: 1:26:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-dmidecode
Version : 3.12.2
Release : 23.fc34
Architecture : x86_64
Size : 93 k
Source : python-dmidecode-3.12.2-23.fc34.src.rpm
Repository : fedora
Summary : Python 3 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.