How to Install and Uninstall python3-coloredlogs Package on Kali Linux

Last updated: July 03,2024

1. Install "python3-coloredlogs" package

Here is a brief guide to show you how to install python3-coloredlogs on Kali Linux

$ sudo apt update $ sudo apt install python3-coloredlogs

2. Uninstall "python3-coloredlogs" package

Here is a brief guide to show you how to uninstall python3-coloredlogs on Kali Linux:

$ sudo apt remove python3-coloredlogs $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-coloredlogs package on Kali Linux

Package: python3-coloredlogs
Source: python-coloredlogs
Version: 15.0.1-1
Installed-Size: 181
Maintainer: Debian Python Team
Architecture: all
Depends: python3-humanfriendly, python3:any
Size: 47356
SHA256: f5e5742c87543aee1ed86018ba7efb9a56313405cfa77becf878ea9521e12cde
SHA1: ef1c05e6c49a37d4c35bd2f1fe188df1c723ceed
MD5sum: 7b587dc72068d5d0c60934e688ce1631
Description: colored terminal output for Python 3's logging module
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.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://coloredlogs.readthedocs.io
Section: python
Priority: optional
Filename: pool/main/p/python-coloredlogs/python3-coloredlogs_15.0.1-1_all.deb