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

Last updated: November 07,2024

1. Install "python3-graphviz" package

This tutorial shows how to install python3-graphviz on Kali Linux

$ sudo apt update $ sudo apt install python3-graphviz

2. Uninstall "python3-graphviz" package

In this section, we are going to explain the necessary steps to uninstall python3-graphviz on Kali Linux:

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

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

Package: python3-graphviz
Source: python-graphviz
Version: 0.20.1+20240103-1
Installed-Size: 309
Maintainer: Diane Trout
Architecture: all
Depends: graphviz, python3:any
Size: 69176
SHA256: 7ec73dd45b07bf7205f8053aa4effd6de63c4c73e2c6081403740bb8ea0363d4
SHA1: 0e25d60b0c1731c2b8c4e19acf16060d4c2063e0
MD5sum: 29875d9ba7942840dae7d063321f514c
Description: Simple Python 3 interface for Graphviz
This package facilitates the creation and rendering of graph descriptions in
the DOT language of the Graphviz graph drawing software from Python.
.
Create a graph object, assemble the graph by adding nodes and edges, and
retrieve its DOT source code string. Save the source code to a file and render
it with the Graphviz installation of your system.
.
Use the ``view`` option/method to directly inspect the resulting (PDF, PNG,
SVG, etc.) file with its default application. Graphs can also be rendered
and displayed within Jupyter notebooks.
.
This contains the Python 3 version.
Description-md5:
Homepage: https://github.com/xflr6/graphviz
Section: python
Priority: optional
Filename: pool/main/p/python-graphviz/python3-graphviz_0.20.1+20240103-1_all.deb