How to Install and Uninstall python3-coloredlogs.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "python3-coloredlogs.noarch" package

Please follow the step by step instructions below to install python3-coloredlogs.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-coloredlogs.noarch" package

Here is a brief guide to show you how to uninstall python3-coloredlogs.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-coloredlogs.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:07:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-coloredlogs
Version : 15.0.1
Release : 1.el9
Architecture : noarch
Size : 65 k
Source : python-coloredlogs-15.0.1-1.el9.src.rpm
Repository : epel
Summary : Documentation for the 'coloredlogs' Python module
URL : https://coloredlogs.readthedocs.io
License : MIT
Description : The coloredlogs package enables colored terminal output for Python's logging
: module. The ColoredFormatter class inherits from logging.Formatter and uses
: ANSI escape sequences to render your logging messages in color. It uses only
: standard colors so it should work on any UNIX terminal.