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

Last updated: October 05,2024

1. Install "ipmitool.src" package

This guide covers the steps necessary to install ipmitool.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ipmitool.src

2. Uninstall "ipmitool.src" package

In this section, we are going to explain the necessary steps to uninstall ipmitool.src on Oracle Linux 9:

$ sudo dnf remove ipmitool.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:58:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ipmitool
Version : 1.8.18
Release : 27.el9
Architecture : src
Size : 656 k
Source : None
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.