How to Install and Uninstall mingw32-libconfuse.noarch Package on Fedora 38

Last updated: October 06,2024

1. Install "mingw32-libconfuse.noarch" package

In this section, we are going to explain the necessary steps to install mingw32-libconfuse.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install mingw32-libconfuse.noarch

2. Uninstall "mingw32-libconfuse.noarch" package

This is a short guide on how to uninstall mingw32-libconfuse.noarch on Fedora 38:

$ sudo dnf remove mingw32-libconfuse.noarch $ sudo dnf autoremove

3. Information about the mingw32-libconfuse.noarch package on Fedora 38

Last metadata expiration check: 2:54:05 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : mingw32-libconfuse
Version : 3.2.2
Release : 12.fc38
Architecture : noarch
Size : 74 k
Source : mingw-libconfuse-3.2.2-12.fc38.src.rpm
Repository : fedora
Summary : MinGW configuration file parser library
URL : https://github.com/martinh/libconfuse
License : LGPLv2
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.