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

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 34

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

2. Uninstall "mingw32-libconfuse.noarch" package

Here is a brief guide to show you how to uninstall mingw32-libconfuse.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:56:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw32-libconfuse
Version : 3.2.2
Release : 7.fc34
Architecture : noarch
Size : 74 k
Source : mingw-libconfuse-3.2.2-7.fc34.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.