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

Last updated: May 20,2024

1. Install "python3-objgraph" package

Please follow the guidance below to install python3-objgraph on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-objgraph

2. Uninstall "python3-objgraph" package

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

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Recommends: graphviz
Suggests: python-objgraph-doc, xdot
Filename: pool/universe/o/objgraph/python3-objgraph_2.0.1-1_all.deb
Size: 14364
MD5sum: b7d22174bc3b5fc91d204deff4fd8c9b
SHA1: 649764e1cbe866eeef5b16e006569d47cb94b7b0
SHA256: c4799e006fc3bb4881d24f9d65570f1cba99347103f823bde70d9d63e7de87bc
Description-en: Module for exploring Python object reference graphs (Python3 version)
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 3 version of the library.
Description-md5: fae025ca183b8fd27953b1769b5b7064
Homepage: http://mg.pov.lt/objgraph/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu