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

Last updated: May 05,2024

1. Install "python3-dmidecode" package

Please follow the guidelines below to install python3-dmidecode on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dmidecode

2. Uninstall "python3-dmidecode" package

Please follow the instructions below to uninstall python3-dmidecode on openSUSE Leap:

$ sudo zypper remove python3-dmidecode

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

Information for package python3-dmidecode:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-dmidecode
Version : 3.12.2-150400.18.64
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 258.5 KiB
Installed : No
Status : not installed
Source package : python3-dmidecode-3.12.2-150400.18.64.src
Upstream URL : https://github.com/nima/python-dmidecode
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.