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

Last updated: May 03,2024

1. Install "python3-logging-tree" package

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

$ sudo apt update $ sudo apt install python3-logging-tree

2. Uninstall "python3-logging-tree" package

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

$ sudo apt remove python3-logging-tree $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-logging-tree
Priority: optional
Section: universe/python
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: all
Source: logging-tree
Version: 1.4-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/l/logging-tree/python3-logging-tree_1.4-1_all.deb
Size: 10638
MD5sum: 52da6e8a2f1b656a1325742112779264
SHA1: 6e6e97c690ec25df9361b46b866c18d8291ecc34
SHA256: 61aca3b7a0774a25fc31c616afde550d41d684371f72fd397afcee5656c19fd2
Description-en: introspect and display the logging tree in Python3
A debugging tool for inspecting the hierarchy of loggers in Python3.
It is useful for troubleshooting applications where the logging levels seem
inconsistent across modules and libraries.
The loggers and their configuration is printed in a ascii tree.
Description-md5: 24db8b37cad61c1663a6687bd038dcdc
Homepage: https://github.com/brandon-rhodes/logging_tree
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu