How to Install and Uninstall python3-verboselogs.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 25,2024
1. Install "python3-verboselogs.noarch" package
This guide covers the steps necessary to install python3-verboselogs.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-verboselogs.noarch
Copied
2. Uninstall "python3-verboselogs.noarch" package
Please follow the guidelines below to uninstall python3-verboselogs.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-verboselogs.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-verboselogs.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 2:03:17 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-verboselogs
Version : 1.7
Release : 17.el9
Architecture : noarch
Size : 18 k
Source : python-verboselogs-1.7-17.el9.src.rpm
Repository : epel
Summary : Documentation for the 'verboselogs' Python module
URL : https://verboselogs.readthedocs.io
License : MIT
Description : The verboselogs package extends Python's logging module to add the log levels
: NOTICE, SPAM, SUCCESS and VERBOSE:
:
: - The NOTICE level sits between the predefined WARNING and INFO levels.
: - The SPAM level sits between the predefined DEBUG and NOTSET levels.
: - The SUCCESS level sits between the predefined WARNING and ERROR levels.
: - The VERBOSE level sits between the predefined INFO and DEBUG levels.
:
: The code to do this is simple and short, but I still don't want to copy/paste it
: to every project I'm working on, hence this package.
Available Packages
Name : python3-verboselogs
Version : 1.7
Release : 17.el9
Architecture : noarch
Size : 18 k
Source : python-verboselogs-1.7-17.el9.src.rpm
Repository : epel
Summary : Documentation for the 'verboselogs' Python module
URL : https://verboselogs.readthedocs.io
License : MIT
Description : The verboselogs package extends Python's logging module to add the log levels
: NOTICE, SPAM, SUCCESS and VERBOSE:
:
: - The NOTICE level sits between the predefined WARNING and INFO levels.
: - The SPAM level sits between the predefined DEBUG and NOTSET levels.
: - The SUCCESS level sits between the predefined WARNING and ERROR levels.
: - The VERBOSE level sits between the predefined INFO and DEBUG levels.
:
: The code to do this is simple and short, but I still don't want to copy/paste it
: to every project I'm working on, hence this package.