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

Last updated: May 18,2024

1. Install "python3-pydot" package

Here is a brief guide to show you how to install python3-pydot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pydot

2. Uninstall "python3-pydot" package

Learn how to uninstall python3-pydot on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pydot
Priority: optional
Section: universe/python
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: pydot
Version: 1.0.28-2
Depends: python3-pkg-resources, python3-pyparsing (>= 2.0.1+dfsg1-1), python3:any (>= 3.3.2-2~), graphviz
Filename: pool/universe/p/pydot/python3-pydot_1.0.28-2_all.deb
Size: 20888
MD5sum: c5b33d8b0c0e9758851f4e894b65e474
SHA1: dc4a80352fc34b5cd6d2a1769037cfc847db3153
SHA256: 0aba9491041bedf1eac00997eca4f501f1cc18beed25858ff227e6d067290e72
Description-en: Python interface to Graphviz's dot (Python 3)
pydot allows one to easily create both directed and non directed graphs from
Python. Currently all attributes implemented in the Dot language are supported.
.
Output can be inlined in Postscript into interactive scientific environments
like TeXmacs, or output in any of the format's supported by the Graphviz tools
dot, neato, twopi.
.
This package contains pydot for Python 3.
Description-md5: c3a600d9b04858dc9ef43dcffcebdbf3
Homepage: https://github.com/erocarrera/pydot
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu