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

Last updated: May 18,2024

1. Install "python-pydot" package

Learn how to install python-pydot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pydot

2. Uninstall "python-pydot" package

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

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

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

Package: python-pydot
Priority: optional
Section: universe/graphics
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: pydot
Version: 1.0.28-2
Depends: python-pkg-resources, python-pyparsing (>= 2.0.1+dfsg1-1), python:any (<< 2.8), python:any (>= 2.7.5-5~), graphviz
Filename: pool/universe/p/pydot/python-pydot_1.0.28-2_all.deb
Size: 21136
MD5sum: 66180b2c762ec61f7742fe7be9e67be7
SHA1: b79e4f531ce029859f376a84a2d5384813f08333
SHA256: cf67a595d4d5097e6322143bdc43380d05ff9f3bff8bde9b61d0ac5c7a577bfa
Description-en: Python interface to Graphviz's dot
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.
Description-md5: ae3a2499dfd3cf23ae026ae5c9aad265
Homepage: https://github.com/erocarrera/pydot
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu