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

Last updated: May 20,2024

1. Install "python3-colorlog" package

This tutorial shows how to install python3-colorlog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-colorlog

2. Uninstall "python3-colorlog" package

This guide let you learn how to uninstall python3-colorlog on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-colorlog
Priority: optional
Section: universe/python
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Philipp Huebner
Architecture: all
Source: python-colorlog
Version: 2.6.0-1
Filename: pool/universe/p/python-colorlog/python3-colorlog_2.6.0-1_all.deb
Size: 7912
MD5sum: 5828932c97a157616168f786e7636e22
SHA1: 57c09ecbae83a301392076540237f6a29e684e06
SHA256: a097b6d228bafdc055ebbbac128ad4ee3ff73e29c477b089d18fa0467bd9218b
Description-en: formatter to use with the logging module of Python 3
python-colorlog allows colors to be placed in the format string, which is
mostly useful when paired with a StreamHandler that is outputting to a
terminal. This is accomplished by adding a set of terminal color codes to the
record before it is used to format the string.
.
This is the Python 3 version.
Description-md5: 28c512a4962aea2c9de5b63462abeb34
Homepage: https://github.com/borntyping/python-colorlog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu