How to Install and Uninstall libconfig.x86_64 Package on AlmaLinux 9
Last updated: November 28,2024
1. Install "libconfig.x86_64" package
This is a short guide on how to install libconfig.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
libconfig.x86_64
Copied
2. Uninstall "libconfig.x86_64" package
In this section, we are going to explain the necessary steps to uninstall libconfig.x86_64 on AlmaLinux 9:
$
sudo dnf remove
libconfig.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libconfig.x86_64 package on AlmaLinux 9
Last metadata expiration check: 0:28:33 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libconfig
Version : 1.7.2
Release : 9.el9
Architecture : x86_64
Size : 71 k
Source : libconfig-1.7.2-9.el9.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.
Available Packages
Name : libconfig
Version : 1.7.2
Release : 9.el9
Architecture : x86_64
Size : 71 k
Source : libconfig-1.7.2-9.el9.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.