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

Last updated: May 11,2024

1. Install "python3-termcolor" package

This guide covers the steps necessary to install python3-termcolor on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-termcolor

2. Uninstall "python3-termcolor" package

Learn how to uninstall python3-termcolor on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-termcolor
Priority: optional
Section: universe/python
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-termcolor
Version: 1.1.0-1
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-termcolor/python3-termcolor_1.1.0-1_all.deb
Size: 5398
MD5sum: 148e35189be141764ccb03f049d54bc8
SHA1: 687a17476a42c0f25c91d326b953459877442f9d
SHA256: 18446a57ac6662e98b1f3c8bc582177d5c607be5ab864159cb8944ff3fa1ca84
Description-en: ANSII Color formatting for output in terminal - Python 3.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 3.x.
Description-md5: 42c64f05b2b9e691b8247759fee362a1
Homepage: http://pypi.python.org/pypi/termcolor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu