How to Install and Uninstall python-tracing Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 07,2024
1. Install "python-tracing" package
This tutorial shows how to install python-tracing on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-tracing
Copied
2. Uninstall "python-tracing" package
Learn how to uninstall python-tracing on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-tracing
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-tracing package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-tracing
Priority: optional
Section: universe/python
Installed-Size: 150
Maintainer: Ubuntu Developers
Original-Maintainer: Lars Wirzenius
Architecture: all
Version: 0.9-1
Depends: python (>= 2.7), python (<< 2.8)
Suggests: libjs-jquery, libjs-underscore
Filename: pool/universe/p/python-tracing/python-tracing_0.9-1_all.deb
Size: 31122
MD5sum: b423e426be1ea85bf454192aaa953ca2
SHA1: c7ce4d22913e96dab8daf6616dfea8045661100f
SHA256: 41a460f1da562dcf3b9c187c573df1084bdb1e78c1a0da32a4243451fca65f1f
Description-en: Python debug tracing helper
Provides the Python library 'tracing' to help with logging debug messages.
This library provides a function for logging debug messages.
It is sometimes practical during software development to add a lot of
debugging log messages to a program, but having them enabled all the time
results in very large log files. Also, logging that much takes quite a
bit of time.
.
This module provides a way to turn such debugging (or tracing) messages
on and off, based on the filename they occur in. It is much faster than
using `logging.Filter` to accomplish the same thing, which matters
when code is run in production mode. The actual logging still happens
using the `logging` library.
Description-md5: 058f67f385ccb0a52b2a8b0f73472732
Homepage: http://liw.fi/tracing/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 150
Maintainer: Ubuntu Developers
Original-Maintainer: Lars Wirzenius
Architecture: all
Version: 0.9-1
Depends: python (>= 2.7), python (<< 2.8)
Suggests: libjs-jquery, libjs-underscore
Filename: pool/universe/p/python-tracing/python-tracing_0.9-1_all.deb
Size: 31122
MD5sum: b423e426be1ea85bf454192aaa953ca2
SHA1: c7ce4d22913e96dab8daf6616dfea8045661100f
SHA256: 41a460f1da562dcf3b9c187c573df1084bdb1e78c1a0da32a4243451fca65f1f
Description-en: Python debug tracing helper
Provides the Python library 'tracing' to help with logging debug messages.
This library provides a function for logging debug messages.
It is sometimes practical during software development to add a lot of
debugging log messages to a program, but having them enabled all the time
results in very large log files. Also, logging that much takes quite a
bit of time.
.
This module provides a way to turn such debugging (or tracing) messages
on and off, based on the filename they occur in. It is much faster than
using `logging.Filter` to accomplish the same thing, which matters
when code is run in production mode. The actual logging still happens
using the `logging` library.
Description-md5: 058f67f385ccb0a52b2a8b0f73472732
Homepage: http://liw.fi/tracing/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu