How to Install and Uninstall libconfig.i686 Package on AlmaLinux 8

Last updated: November 02,2024

1. Install "libconfig.i686" package

Please follow the guidance below to install libconfig.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libconfig.i686

2. Uninstall "libconfig.i686" package

This is a short guide on how to uninstall libconfig.i686 on AlmaLinux 8:

$ sudo dnf remove libconfig.i686 $ sudo dnf autoremove

3. Information about the libconfig.i686 package on AlmaLinux 8

Last metadata expiration check: 2:01:00 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libconfig
Version : 1.5
Release : 9.el8
Architecture : i686
Size : 73 k
Source : libconfig-1.5-9.el8.src.rpm
Repository : baseos
Summary : C/C++ configuration file library
URL : http://www.hyperrealm.com/libconfig/
License : LGPLv2+
Description : Libconfig is a simple library for manipulating structured configuration
: files. This file format is more compact and more readable than XML. And
: unlike XML, it is type-aware, so it is not necessary to do string parsing
: in application code.