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

Last updated: January 06,2025

1. Install "libconfig.src" package

Please follow the steps below to install libconfig.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libconfig.src

2. Uninstall "libconfig.src" package

This tutorial shows how to uninstall libconfig.src on Oracle Linux 9:

$ sudo dnf remove libconfig.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:36:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libconfig
Version : 1.7.2
Release : 9.el9
Architecture : src
Size : 1.0 M
Source : None
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.