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

Last updated: May 17,2024

1. Install "python-pycallgraph" package

Please follow the instructions below to install python-pycallgraph on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pycallgraph

2. Uninstall "python-pycallgraph" package

In this section, we are going to explain the necessary steps to uninstall python-pycallgraph on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pycallgraph
Priority: optional
Section: universe/python
Installed-Size: 132
Maintainer: Ubuntu Developers
Original-Maintainer: Carl Chenet
Architecture: all
Source: pycallgraph
Version: 1.0.1-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), graphviz
Filename: pool/universe/p/pycallgraph/python-pycallgraph_1.0.1-1_all.deb
Size: 21384
MD5sum: 6671aeae4e306008b66d8fc067544084
SHA1: 3a18ef6a58153b93ca381e185c0ea9516e137cc2
SHA256: a1374565c441bcb53f3f36a6b4baf8326e84929a8babd53649cbdd23e0f52022
Description-en: Python library that creates call graphs for Python programs
It uses GraphViz to generate call graphs from one execution of
your Python code. It's very easy to use and can point out possible problems
with your code execution.
Description-md5: cca32b5cb44d64b5a236d21f579f335a
Homepage: http://pycallgraph.slowchop.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu