How to Install and Uninstall libconfuse.i686 Package on Fedora 38

Last updated: October 30,2024

1. Install "libconfuse.i686" package

Here is a brief guide to show you how to install libconfuse.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libconfuse.i686

2. Uninstall "libconfuse.i686" package

Here is a brief guide to show you how to uninstall libconfuse.i686 on Fedora 38:

$ sudo dnf remove libconfuse.i686 $ sudo dnf autoremove

3. Information about the libconfuse.i686 package on Fedora 38

Last metadata expiration check: 1:13:01 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libconfuse
Version : 3.3
Release : 8.fc38
Architecture : i686
Size : 214 k
Source : libconfuse-3.3-8.fc38.src.rpm
Repository : fedora
Summary : A configuration file parser library
URL : https://github.com/martinh/libconfuse
License : ISC
Description : libConfuse is a configuration file parser library, licensed under
: the terms of the ISC license, and written in C. It supports
: sections and (lists of) values (strings, integers, floats,
: booleans or other sections), as well as some other features (such
: as single/double-quoted strings, environment variable expansion,
: functions and nested include statements). It makes it very
: easy to add configuration file capability to a program using
: a simple API.
:
: The goal of libConfuse is not to be the configuration file parser
: library with a gazillion of features. Instead, it aims to be
: easy to use and quick to integrate with your code.