How to Install and Uninstall python3-confuse.noarch Package on CentOS 8 / RHEL 8

Last updated: October 06,2024

1. Install "python3-confuse.noarch" package

This guide let you learn how to install python3-confuse.noarch on CentOS 8 / RHEL 8

$ 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 CentOS 8 / RHEL 8:

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

3. Information about the python3-confuse.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:48:40 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-confuse
Version : 1.0.0
Release : 4.el8
Architecture : noarch
Size : 38 k
Source : python-confuse-1.0.0-4.el8.src.rpm
Repository : epel
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.