How to Install and Uninstall python3-pydot Package on Kali Linux

Last updated: May 05,2024

1. Install "python3-pydot" package

This is a short guide on how to install python3-pydot on Kali Linux

$ sudo apt update $ sudo apt install python3-pydot

2. Uninstall "python3-pydot" package

This tutorial shows how to uninstall python3-pydot on Kali Linux:

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

3. Information about the python3-pydot package on Kali Linux

Package: python3-pydot
Source: pydot
Version: 1.4.2-1
Installed-Size: 108
Maintainer: Sandro Tosi
Architecture: all
Depends: graphviz, python3-pyparsing (>= 2.0.1+dfsg1-1), python3:any
Size: 32652
SHA256: 22c103d8845ae3b7edac1e3e9bd1a57f7efe84306957109e53d99c8940e31e3f
SHA1: f6627265f4143ff5025a78395bff9a134ffb7e97
MD5sum: 0510c41c5ead1d228dc0cce059c358b4
Description: 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:
Homepage: https://github.com/pydot/pydot
Section: python
Priority: optional
Filename: pool/main/p/pydot/python3-pydot_1.4.2-1_all.deb