How to Install and Uninstall pythontracer Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "pythontracer" package

This guide let you learn how to install pythontracer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pythontracer

2. Uninstall "pythontracer" package

Please follow the instructions below to uninstall pythontracer on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pythontracer $ sudo apt autoclean && sudo apt autoremove

3. Information about the pythontracer package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pythontracer
Priority: extra
Section: universe/python
Installed-Size: 105
Maintainer: Ubuntu Developers
Original-Maintainer: TANIGUCHI Takaki
Architecture: amd64
Version: 8.10.16-1.2
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4), python-gtk2
Filename: pool/universe/p/pythontracer/pythontracer_8.10.16-1.2_amd64.deb
Size: 27522
MD5sum: 7c78301ce61cf5c7106fb08a25e4855d
SHA1: f43ae4fb261b0f0aeada76589da70e2a0723e5ca
SHA256: f39297110f95288cd01deaf0992176a7979276cace9c0411605949ee2b51ff31
Description-en: Python programs' execution tracer and profiler
Lets you see your Python program's execution as a tree of function
invocations, each tree node exposing the real time, and CPU time (user/sys)
of that call.
.
This project consists of two main components: A Python tracer that can run
your Python programs (much like "cProfile" and friends). A Gtk+ based GUI
that can show the trace results.
.
It uses a tiny auxiliary library written for it "graphfile" to allow
append-only writing and reading static DAG's directly from file without
reading it whole into memory at any stage.
Description-md5: c466fe9bf779811bc1afb03497b91026
Homepage: http://code.google.com/p/pythontracer/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu