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

Last updated: January 07,2025

1. Install "libsmbios.src" package

Please follow the steps below to install libsmbios.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libsmbios.src

2. Uninstall "libsmbios.src" package

This is a short guide on how to uninstall libsmbios.src on Oracle Linux 8:

$ sudo dnf remove libsmbios.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:26:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libsmbios
Version : 2.4.1
Release : 2.el8
Architecture : src
Size : 666 k
Source : None
Repository : ol8_baseos_latest
Summary : Libsmbios C/C++ shared libraries
URL : https://github.com/dell/libsmbios
License : GPLv2+ or OSL 2.1
Description : Libsmbios is a library and utilities that can be used by client programs to get
: information from standard BIOS tables, such as the SMBIOS table.
:
: This package provides the C-based libsmbios library, with a C interface.