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

Last updated: May 12,2024

1. Install "python-objgraph" package

This is a short guide on how to install python-objgraph on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-objgraph

2. Uninstall "python-objgraph" package

This guide covers the steps necessary to uninstall python-objgraph on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-objgraph
Priority: optional
Section: universe/python
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: objgraph
Version: 2.0.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: graphviz
Suggests: python-objgraph-doc, xdot
Filename: pool/universe/o/objgraph/python-objgraph_2.0.1-1_all.deb
Size: 14274
MD5sum: ce8c714b539d74b882b2363ca351604f
SHA1: 4a9bcc31be59dac0dd3b232954012263180da29e
SHA256: abe4139ce59f3983c4eca588ed4f63c070f1ab16253d04683fffde02c93a10ef
Description-en: Module for exploring Python object reference graphs
objgraph is a module that lets you visually explore Python object graphs.
.
It can be used for counting and statistics, finding root references
responsible for large object trees and export the object reference graphs in
graphviz format.
.
This package contains the Python 2 version of the library.
Description-md5: 50fadcbd02624a0b96c43e63d9014c65
Homepage: http://mg.pov.lt/objgraph/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu