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

Last updated: September 18,2024

1. Install "python3-confuse.noarch" package

Please follow the instructions below to install python3-confuse.noarch on Fedora 34

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

2. Uninstall "python3-confuse.noarch" package

This guide covers the steps necessary to uninstall python3-confuse.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:55:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-confuse
Version : 1.0.0
Release : 8.fc34
Architecture : noarch
Size : 39 k
Source : python-confuse-1.0.0-8.fc34.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, human-
: readable errors, and standard OS-specific locations.