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

Last updated: May 23,2024

1. Install "python-termcolor" package

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

$ sudo apt update $ sudo apt install python-termcolor

2. Uninstall "python-termcolor" package

Here is a brief guide to show you how to uninstall python-termcolor on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-termcolor
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.1.0-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-termcolor/python-termcolor_1.1.0-1_all.deb
Size: 5326
MD5sum: bb8358457c1b6f5a0fd6d319ade4c748
SHA1: d0b18713a545a7e729073f68ed49ee86e8a875a3
SHA256: 4d6464ad88fe00c0417791e7c39581d2dd1d8b70409306fd1250db162b23523a
Description-en: ANSII Color formatting for output in terminal - Python 2.x
The termcolor Python module provides ANSII Color formatting for output in
terminal. It may be useful for the output of unit testing results in color,
for example using openstack.nose_plugin.
.
This package provides the module for Python 2.x.
Description-md5: c9b25eaa2c1b425037182eb0780ce3db
Homepage: http://pypi.python.org/pypi/termcolor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu