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

Last updated: September 28,2024

1. Install "python-pygraphviz" package

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

$ sudo apt update $ sudo apt install python-pygraphviz

2. Uninstall "python-pygraphviz" package

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

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

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

Package: python-pygraphviz
Priority: optional
Section: universe/python
Installed-Size: 399
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Version: 1.3.1-0ubuntu2
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libcgraph6, graphviz (>= 2.16)
Suggests: python-pygraphviz-doc
Filename: pool/universe/p/python-pygraphviz/python-pygraphviz_1.3.1-0ubuntu2_amd64.deb
Size: 71270
MD5sum: ad4d302ac9c2e7a05d203defda91a3c5
SHA1: b5fe91a33c5f342046d5b8bbec2212cd22e62e01
SHA256: 5750344259a99e507fdb0077ba3c24c512f653abc9a61b4158517d5405f04e06
Description-en: Python interface to the Graphviz graph layout and visualization package
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
Description-md5: e480c0fd5cf84365b28f03f2002fa81e
Homepage: http://networkx.lanl.gov/pygraphviz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu