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

Last updated: May 09,2024

1. Install "python-tracer" package

This tutorial shows how to install python-tracer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-tracer

2. Uninstall "python-tracer" package

Please follow the steps below to uninstall python-tracer on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-tracer
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Yaroslav Halchenko
Architecture: all
Source: pytracer
Version: 0.2.3-1.1
Provides: python2.7-tracer
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pytracer/python-tracer_0.2.3-1.1_all.deb
Size: 8418
MD5sum: 97cbad790c6fb1e90cc64c8d1897d93d
SHA1: c192eff91fd47c9a290178e6c97c061b0e2da415
SHA256: 2c312557469918e2b76108ff7ccbf81600c664577b6805d4c0915754171ca529
Description-en: Centralized trace management using sys.settrace
Python tracer module allows several trace hooks to get registered and
unregistered and allow tracing to be turned on and off temporarily
without losing the trace hooks. You can also indicate filters on
events for which trace hooks should fire and mark methods that should
automatically be ignored.
Description-md5: 6cd4691032467452ccfe5cf9363069a5
Homepage: http://code.google.com/p/pytracer/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu