How to Install and Uninstall graphviz Package on Kali Linux

Last updated: September 19,2024

1. Install "graphviz" package

This guide let you learn how to install graphviz on Kali Linux

$ sudo apt update $ sudo apt install graphviz

2. Uninstall "graphviz" package

Please follow the step by step instructions below to uninstall graphviz on Kali Linux:

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

3. Information about the graphviz package on Kali Linux

Package: graphviz
Version: 2.42.2-8
Installed-Size: 3073
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libann0 (>= 1.1.2+doc), libc6 (>= 2.34), libcdt5, libcgraph6, libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgd3 (>= 2.1.0~alpha~), libglib2.0-0 (>= 2.16.0), libgts-0.7-5 (>= 0.7.6), libgvc6 (>= 2.42.1), libgvpr2, liblab-gamut1, libstdc++6 (>= 13.1), libx11-6, libxaw7 (>= 2:1.0.14), libxmu6 (>= 2:1.1.3), libxt6
Recommends: fonts-liberation2
Suggests: gsfonts, graphviz-doc
Size: 613976
SHA256: 834164dcd61714ecb84153d80f522aefc8c1d72659e4c3b8916fcd09955de1e1
SHA1: 75325e151985442e577d626ae5ad62aca44ca0ca
MD5sum: a6b27afc246b1036e75aadf57d46bd55
Description: rich set of graph drawing tools
Graph drawing addresses the problem of visualizing structural information
by constructing geometric representations of abstract graphs and networks.
Automatic generation of graph drawings has important applications in key
technologies such as database design, software engineering, VLSI and
network design and visual interfaces in other domains. Situations where
these tools might be particularly useful include:
.
* you would like to restructure a program and first need to understand
the relationships between its types, procedures, and source files
* you need to find the bottlenecks in an Internet backbone - not only
individual links, but their relationships
* you're debugging a protocol or microarchitecture represented as a
finite state machine and need to figure out how a certain
error state arises
* you would like to browse a database schema, knowledge base, or
distributed program represented graphically
* you would like to see an overview of a collection of linked documents
* you would like to discover patterns and communities of interest in a
database of telephone calls or e-mail messages
.
This package contains the command-line tools.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.graphviz.org/
Tag: field::mathematics, implemented-in::c, interface::commandline,
interface::graphical, interface::x11, role::program,
science::visualisation, scope::utility, uitoolkit::athena,
uitoolkit::tk, use::viewing, works-with::graphs, works-with::image,
works-with::image:raster, works-with::image:vector, x11::application
Section: graphics
Priority: optional
Filename: pool/main/g/graphviz/graphviz_2.42.2-8_amd64.deb