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

Last updated: May 03,2024

1. Install "mingw64-libconfuse.noarch" package

Please follow the guidelines below to install mingw64-libconfuse.noarch on Fedora 34

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

2. Uninstall "mingw64-libconfuse.noarch" package

Please follow the step by step instructions below to uninstall mingw64-libconfuse.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:10:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw64-libconfuse
Version : 3.2.2
Release : 7.fc34
Architecture : noarch
Size : 72 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.