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

Last updated: July 04,2024

1. Install "python3-colorclass" package

Learn how to install python3-colorclass on Kali Linux

$ sudo apt update $ sudo apt install python3-colorclass

2. Uninstall "python3-colorclass" package

Please follow the steps below to uninstall python3-colorclass on Kali Linux:

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

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

Package: python3-colorclass
Source: colorclass
Version: 2.2.2-2
Installed-Size: 545
Maintainer: Daniel Baumann
Architecture: all
Depends: python3:any
Size: 467904
SHA256: a1397cb4c69439617c90e1fb7039df3296fe3dc35e4a82fa9cf3815687bd6c09
SHA1: 7814642c8fd9ef237b1fe0879fcf55f4053325c9
MD5sum: 4dcbbffc61ca8c4de16597d953beca0c
Description: ANSI color text library for Python
Yet another ANSI color text library for Python. Provides "auto colors" for
dark/light terminals. Works on Linux, OS X, and Windows.
.
In Python 2 this library subclasses unicode, while on Python 3 it subclasses
str. Different colors are chosen using curly-bracket tags, such as
{red}{/red}. For a list of available colors, call colorclass.list_tags().
Auto colors are toggled by calling set_light_background() and
set_dark_background().
.
This package provides the Python 3 module.
Description-md5:
Homepage: https://github.com/matthewdeanmartin/colorclass
Section: python
Priority: optional
Filename: pool/main/c/colorclass/python3-colorclass_2.2.2-2_all.deb