How to Install and Uninstall python3-confuse.noarch Package on Fedora 39

Last updated: September 26,2024

1. Install "python3-confuse.noarch" package

Here is a brief guide to show you how to install python3-confuse.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-confuse.noarch

2. Uninstall "python3-confuse.noarch" package

This guide let you learn how to uninstall python3-confuse.noarch on Fedora 39:

$ sudo dnf remove python3-confuse.noarch $ sudo dnf autoremove

3. Information about the python3-confuse.noarch package on Fedora 39

Last metadata expiration check: 3:37:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-confuse
Version : 2.0.1
Release : 3.fc39
Architecture : noarch
Size : 63 k
Source : python-confuse-2.0.1-3.fc39.src.rpm
Repository : fedora
Summary : A Python module for handling YAML configuration files
URL : https://github.com/beetbox/confuse
License : MIT
Description : Confuse is a configuration library for Python that uses YAML. It takes care of
: defaults, overrides, type checking, command-line integration, environment
: variable support, human-readable errors, and standard OS-specific locations.