How to Install and Uninstall libconfig.i686 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "libconfig.i686" package

Please follow the step by step instructions below to install libconfig.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libconfig.i686

2. Uninstall "libconfig.i686" package

Please follow the steps below to uninstall libconfig.i686 on Oracle Linux 9:

$ sudo dnf remove libconfig.i686 $ sudo dnf autoremove

3. Information about the libconfig.i686 package on Oracle Linux 9

Last metadata expiration check: 0:15:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libconfig
Version : 1.7.2
Release : 9.el9
Architecture : i686
Size : 82 k
Source : libconfig-1.7.2-9.el9.src.rpm
Repository : ol9_baseos_latest
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.