How to Install and Uninstall openhpi.src Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "openhpi.src" package

This is a short guide on how to install openhpi.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install openhpi.src

2. Uninstall "openhpi.src" package

Please follow the steps below to uninstall openhpi.src on Oracle Linux 8:

$ sudo dnf remove openhpi.src $ sudo dnf autoremove

3. Information about the openhpi.src package on Oracle Linux 8

Last metadata expiration check: 0:56:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : openhpi
Version : 3.8.0
Release : 10.el8
Architecture : src
Size : 8.0 M
Source : None
Repository : ol8_baseos_latest
Summary : Hardware Platform Interface library and tools
URL : http://www.openhpi.org
License : BSD
Description : OpenHPI is an open source project created with the intent of providing an
: implementation of the SA Forum's Hardware Platform Interface (HPI). HPI
: provides an abstracted interface to managing computer hardware, typically for
: chassis and rack based servers. HPI includes resource modeling; access to and
: control over sensor, control, watchdog, and inventory data associated with
: resources; abstracted System Event Log interfaces; hardware events and alerts;
: and a managed hot swap interface.
:
: OpenHPI provides a modular mechanism for adding new hardware and device support
: easily. Many plug-ins exist in the OpenHPI source tree to provide access to
: various types of hardware. This includes, but is not limited to, IPMI based
: servers, Blade Center, and machines which export data via sysfs.