How to Install and Uninstall libsmbios.i686 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "libsmbios.i686" package

This tutorial shows how to install libsmbios.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libsmbios.i686

2. Uninstall "libsmbios.i686" package

Here is a brief guide to show you how to uninstall libsmbios.i686 on Rocky Linux 8:

$ sudo dnf remove libsmbios.i686 $ sudo dnf autoremove

3. Information about the libsmbios.i686 package on Rocky Linux 8

Last metadata expiration check: 0:50:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libsmbios
Version : 2.4.1
Release : 2.el8
Architecture : i686
Size : 99 k
Source : libsmbios-2.4.1-2.el8.src.rpm
Repository : baseos
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.