How to Install and Uninstall ipmitool Package on Kali Linux

Last updated: April 24,2024

1. Install "ipmitool" package

Learn how to install ipmitool on Kali Linux

$ sudo apt update $ sudo apt install ipmitool

2. Uninstall "ipmitool" package

Please follow the guidelines below to uninstall ipmitool on Kali Linux:

$ sudo apt remove ipmitool $ sudo apt autoclean && sudo apt autoremove

3. Information about the ipmitool package on Kali Linux

Package: ipmitool
Version: 1.8.19-7
Installed-Size: 6193
Maintainer: Jörg Frings-Fürst
Architecture: amd64
Depends: libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5), libreadline8 (>= 6.0), libssl3 (>= 3.0.0)
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: openipmi
Size: 1972336
SHA256: cab9d317985dd9a1789c5e2b091b64db515710e6867a6140b26616eb6917c82e
SHA1: 868b4a73f55dc4dbc69c5e171316f20b7899afeb
MD5sum: fe7626903a55090a70ba9a9b3d57e56e
Description: utility for IPMI control with kernel driver or LAN interface (daemon)
A utility for managing and configuring devices that support the
Intelligent Platform Management Interface. IPMI is an open standard
for monitoring, logging, recovery, inventory, and control of hardware
that is implemented independent of the main CPU, BIOS, and OS. The
service processor (or Baseboard Management Controller, BMC) is the
brain behind platform management and its primary purpose is to handle
the autonomous sensor monitoring and event logging features.
.
The ipmitool program provides a simple command-line interface to this
BMC. It features the ability to read the sensor data repository
(SDR) and print sensor values, display the contents of the System
Event Log (SEL), print Field Replaceable Unit (FRU) inventory
information, read and set LAN configuration parameters, and perform
remote chassis power control.
.
This package contains the daemon.
Description-md5:
Homepage: https://codeberg.org/IPMITool/ipmitool
Tag: admin::hardware, implemented-in::c, interface::commandline,
role::program, scope::utility, uitoolkit::ncurses, use::configuring
Section: utils
Priority: optional
Filename: pool/main/i/ipmitool/ipmitool_1.8.19-7_amd64.deb