How to Install and Uninstall python3-confuse.noarch Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "python3-confuse.noarch" package

Please follow the guidelines below to install python3-confuse.noarch on Oracle Linux 8

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

2. Uninstall "python3-confuse.noarch" package

Please follow the guidelines below to uninstall python3-confuse.noarch on Oracle Linux 8:

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

3. Information about the python3-confuse.noarch package on Oracle Linux 8

Last metadata expiration check: 1:13:51 ago on Mon Sep 12 02:51:38 2022.
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.