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

Last updated: May 15,2024

1. Install "python-colorama" package

Please follow the guidelines below to install python-colorama on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-colorama

2. Uninstall "python-colorama" package

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

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

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

Package: python-colorama
Priority: optional
Section: universe/python
Installed-Size: 85
Maintainer: Ubuntu Developers
Original-Maintainer: Khalid El Fathi
Architecture: all
Version: 0.3.7-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-colorama/python-colorama_0.3.7-1_all.deb
Size: 22580
MD5sum: 611aa08b4bb2b0b37ccdc74a28850138
SHA1: 340b845663770f1a426a262448a17a4aed5d9d3a
SHA256: 91bd55ae50b8d915ff2e1c98d462bd54ec22db438284183aeec3b5594e6c0f55
Description-en: Cross-platform colored terminal text in Python - Python 2.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 2.
Description-md5: 9de687f9383d15db576ab5b7ca4e580c
Homepage: http://pypi.python.org/pypi/colorama/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu