How to Install and Uninstall python3-pyipmi Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-pyipmi" package

Learn how to install python3-pyipmi on Kali Linux

$ sudo apt update $ sudo apt install python3-pyipmi

2. Uninstall "python3-pyipmi" package

This guide covers the steps necessary to uninstall python3-pyipmi on Kali Linux:

$ sudo apt remove python3-pyipmi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyipmi package on Kali Linux

Package: python3-pyipmi
Source: python-ipmi
Version: 0.5.4-1
Installed-Size: 446
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 62092
SHA256: b1a7b21bbdea6cf4c7171090bd37e1f310e9b2a8914228b6fff47ebde7502083
SHA1: acff559d30ec461d9502493c1f95e3ffc7b20c28
MD5sum: d5a7943d7ff51c61aea6f0bed9a12e7f
Description: Pure Python IPMI library
The Intelligent Platform Management Interface (IPMI) is a set of computer
interface specifications for an autonomous computer subsystem that provides
management and monitoring capabilities independently of the host system’s CPU,
firmware (BIOS or UEFI) and operating system. The python-ipmi library provides
an application programming interface (API) for using IPMI protocol within the
Python environment. This library supports IPMI version 2.0 as described in the
IPMI standard.
.
There are two ways to communicate with a server using IPMI interface:
1. IPMI over Local Area Network (LAN) using Remote Management Control
Protocol (RMCP) packet datagrams
2. Intelligent Platform Management Bus (IPMB) is an I2C-based bus
.
Features:
.
* native RMCP interface (using Python libraries only)
* legacy RMCP interface (requires ipmitool to be installed)
* IPMB interface (using the Total Phase Aardvark)
Description-md5:
Homepage: https://github.com/kontron/python-ipmi
Section: python
Priority: optional
Filename: pool/main/p/python-ipmi/python3-pyipmi_0.5.4-1_all.deb