How to Install and Uninstall python3-colorama Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python3-colorama" package

Please follow the step by step instructions below to install python3-colorama on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-colorama

2. Uninstall "python3-colorama" package

Please follow the instructions below to uninstall python3-colorama on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-colorama package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-colorama
Priority: optional
Section: universe/python
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Khalid El Fathi
Architecture: all
Source: python-colorama
Version: 0.3.7-1
Depends: python3:any (>= 3.4~)
Filename: pool/universe/p/python-colorama/python3-colorama_0.3.7-1_all.deb
Size: 14900
MD5sum: 46a70095a96c482cd1e2c4dda24f6915
SHA1: ee926941d4c1c1cb104d76a0008b96ca6686ead1
SHA256: ea5be8052a16833c320e50fe4b85d70ceb57033dde39c1fa55960053874826d8
Description-en: 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 has the happy side-effect that existing applications or libraries which
already use ANSI sequences to produce colored output on Linux.
.
This package provides the module for Python 3.
Description-md5: e3ed7f14245045ef25f0cf6339f239ce
Homepage: http://pypi.python.org/pypi/colorama/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu