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

Last updated: May 13,2024

1. Install "python3-colorama" package

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

$ sudo apt update $ sudo apt install python3-colorama

2. Uninstall "python3-colorama" package

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

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

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

Package: python3-colorama
Source: python-colorama
Version: 0.4.6-4
Installed-Size: 132
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 36224
SHA256: 9b9b0991ea7a97312f9f74db9bc801c26120049ccf3f63c00c3f94025fc99fd6
SHA1: 68bd153f902013ddfc0c8826974be04210eedabb
MD5sum: 59390c58d6a517265cd305dadee3578c
Description: Cross-platform colored terminal text in Python - Python 3.x
Python-colorama provides a simple cross-platform API to print colored terminal
text from Python applications.
.
ANSI escape character sequences are commonly used to produce colored terminal
text on Unix. Colorama provides some shortcuts to generate these sequences.
.
This package provides the module for Python 3.
Description-md5:
Homepage: https://github.com/tartley/colorama
Section: python
Priority: optional
Filename: pool/main/p/python-colorama/python3-colorama_0.4.6-4_all.deb