How to Install and Uninstall ipmitool.x86_64 Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "ipmitool.x86_64" package

Here is a brief guide to show you how to install ipmitool.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ipmitool.x86_64

2. Uninstall "ipmitool.x86_64" package

This is a short guide on how to uninstall ipmitool.x86_64 on Oracle Linux 9:

$ sudo dnf remove ipmitool.x86_64 $ sudo dnf autoremove

3. Information about the ipmitool.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:48:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ipmitool
Version : 1.8.18
Release : 27.el9
Architecture : x86_64
Size : 393 k
Source : ipmitool-1.8.18-27.el9.src.rpm
Repository : ol9_appstream
Summary : Utility for IPMI control
URL : http://ipmitool.sourceforge.net/
License : BSD
Description : This package contains a utility for interfacing with devices that support
: the Intelligent Platform Management Interface specification. IPMI is
: an open standard for machine health, inventory, and remote power control.
:
: This utility can communicate with IPMI-enabled devices through either a
: kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in
: the IPMI specification. IPMIv2 adds support for encrypted LAN
: communications and remote Serial-over-LAN functionality.
:
: It provides commands for reading the Sensor Data Repository (SDR) and
: displaying sensor values, displaying the contents of the System Event
: Log (SEL), printing Field Replaceable Unit (FRU) information, reading and
: setting LAN configuration, and chassis power control.