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

Last updated: May 14,2024

1. Install "python3-pygraphviz" package

Please follow the step by step instructions below to install python3-pygraphviz on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pygraphviz

2. Uninstall "python3-pygraphviz" package

Please follow the guidelines below to uninstall python3-pygraphviz on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pygraphviz
Priority: optional
Section: universe/python
Installed-Size: 399
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Source: python-pygraphviz
Version: 1.3.1-0ubuntu2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libcgraph6, graphviz (>= 2.16)
Suggests: python-pygraphviz-doc
Filename: pool/universe/p/python-pygraphviz/python3-pygraphviz_1.3.1-0ubuntu2_amd64.deb
Size: 71138
MD5sum: 21b972d4cbc2dc756d349f8882dbb1f0
SHA1: 8fa028299be5c41284c10d899e5b5691338f2b94
SHA256: 4b5352c38c874f4bbda6f7edf5b9f4da094d93ea3faf24debce3a6208255b316
Description-en: Python interface to the Graphviz graph layout and visualization package (Python 3)
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.
.
This package contains the Python 3 version of python-pygraphviz.
Description-md5: 4804d58b01bdfba1293e780ad3c63b5a
Homepage: http://networkx.lanl.gov/pygraphviz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu