How to Install and Uninstall python-dmidecode Package on openSUSE Leap

Last updated: July 02,2024

1. Install "python-dmidecode" package

In this section, we are going to explain the necessary steps to install python-dmidecode on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-dmidecode

2. Uninstall "python-dmidecode" package

In this section, we are going to explain the necessary steps to uninstall python-dmidecode on openSUSE Leap:

$ sudo zypper remove python-dmidecode

3. Information about the python-dmidecode package on openSUSE Leap

Information for package python-dmidecode:
-----------------------------------------
Repository : Main Repository
Name : python-dmidecode
Version : 3.12.2-1.24
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 73,2 KiB
Installed : No
Status : not installed
Source package : python-dmidecode-3.12.2-1.24.src
Summary : Python module to access DMI data
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.