How to Install and Uninstall python-dmidecode Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "python-dmidecode" package

This tutorial shows how to install python-dmidecode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-dmidecode

2. Uninstall "python-dmidecode" package

Here is a brief guide to show you how to uninstall python-dmidecode on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-dmidecode $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-dmidecode package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-dmidecode
Priority: optional
Section: universe/python
Installed-Size: 272
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Version: 3.12.2-2
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libxml2 (>= 2.7.4), python-libxml2
Filename: pool/universe/p/python-dmidecode/python-dmidecode_3.12.2-2_amd64.deb
Size: 69832
MD5sum: 33a5687d91e3fd7db617c0e6f4b71ab0
SHA1: 0f06f04ab3b9e8f2ddb56fa4ad87dac66c84a7f3
SHA256: 678b4f9c9d7f92c8ac3efbea9c5ff63a6105a395e3d41c9e6459d6b8bdbe46e2
Description-en: Python extension module for dmidecode
DMI (the desktop management interface) provides a standardized description of
a computer's hardware, including characteristics such as BIOS serial number
and hardware connectors.
.
This package provides an interface to the DMI data available from the BIOS.
It is intended to be used as a back-end tool by other hardware detection
programs implemented in Python.
Description-md5: 7e04763bd0893634762c697f539cd68e
Homepage: https://fedorahosted.org/python-dmidecode/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu