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

Last updated: July 01,2024

1. Install "python3-coloredlogs.noarch" package

This tutorial shows how to install python3-coloredlogs.noarch on Fedora 34

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

2. Uninstall "python3-coloredlogs.noarch" package

Please follow the guidance below to uninstall python3-coloredlogs.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:58:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-coloredlogs
Version : 14.0
Release : 4.fc34
Architecture : noarch
Size : 64 k
Source : python-coloredlogs-14.0-4.fc34.src.rpm
Repository : fedora
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.