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

Last updated: December 23,2024

1. Install "python3-colorlog" package

This tutorial shows how to install python3-colorlog on Kali Linux

$ sudo apt update $ sudo apt install python3-colorlog

2. Uninstall "python3-colorlog" package

In this section, we are going to explain the necessary steps to uninstall python3-colorlog on Kali Linux:

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

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

Package: python3-colorlog
Source: python-colorlog
Version: 6.8.0-1
Installed-Size: 69
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 26560
SHA256: dccbac2162631e2d2f1645e2944baa5b112e7eef990593723b46fbcea457c4ac
SHA1: 9efb27d7478afdf291a78076a542add98489ef5f
MD5sum: 9e3c1825a5af4969cc835725ae45a5d7
Description: formatter to use with the logging module of Python 3
python-colorlog allows colors to be placed in the format string, which is
mostly useful when paired with a StreamHandler that is outputting to a
terminal. This is accomplished by adding a set of terminal color codes to the
record before it is used to format the string.
.
This is the Python 3 version.
Description-md5:
Homepage: https://github.com/borntyping/python-colorlog
Section: python
Priority: optional
Filename: pool/main/p/python-colorlog/python3-colorlog_6.8.0-1_all.deb