How to Install and Uninstall dmidecode Package on openSUSE Leap

Last updated: May 10,2024

1. Install "dmidecode" package

This tutorial shows how to install dmidecode on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dmidecode

2. Uninstall "dmidecode" package

This is a short guide on how to uninstall dmidecode on openSUSE Leap:

$ sudo zypper remove dmidecode

3. Information about the dmidecode package on openSUSE Leap

Information for package dmidecode:
----------------------------------
Repository : Main Repository
Name : dmidecode
Version : 3.4-150400.16.8.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 213.6 KiB
Installed : No
Status : not installed
Source package : dmidecode-3.4-150400.16.8.1.src
Upstream URL : http://www.nongnu.org/dmidecode/
Summary : DMI table decoder
Description :
Dmidecode reports information about your system's hardware as described
in your system BIOS according to the SMBIOS/DMI standard. This
information typically includes system manufacturer, model name, serial
number, BIOS version, asset tag as well as a lot of other details of
varying level of interest and reliability depending on the
manufacturer. This will often include usage status for the CPU sockets,
expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the
list of I/O ports (e.g. serial, parallel, USB).
Beware that DMI data have proven to be too unreliable to be blindly
trusted. Dmidecode does not scan your hardware, it only reports what
the BIOS told it to.