How to Install and Uninstall xdot Package on Kali Linux

Last updated: May 17,2024

1. Install "xdot" package

Here is a brief guide to show you how to install xdot on Kali Linux

$ sudo apt update $ sudo apt install xdot

2. Uninstall "xdot" package

Please follow the steps below to uninstall xdot on Kali Linux:

$ sudo apt remove xdot $ sudo apt autoclean && sudo apt autoremove

3. Information about the xdot package on Kali Linux

Package: xdot
Version: 1.3-1
Installed-Size: 168
Maintainer: Debian Python Team
Architecture: all
Depends: gir1.2-gtk-3.0, graphviz, python3-gi, python3-gi-cairo, python3-numpy, python3:any
Size: 29276
SHA256: a53822783ccde4ad607b65d643244edaf6d4e248efc46233c77afbdd20becb85
SHA1: 8d7af15fd0a481926ae0497ad6dd067ca79637a5
MD5sum: c2dd196ca699c5af74c1b17a5b03e7bf
Description: interactive viewer for Graphviz dot files
xdot is an interactive viewer for graphs written in Graphviz's dot language.
It uses internally the graphviz's xdot output format as an intermediate
format, and PyGTK and Cairo for rendering. xdot can be used either as a
standalone application from command line, or as a library embedded in your
Python 3 application.
.
Features:
* Since it doesn't use bitmaps it is fast and has a small memory footprint.
* Arbitrary zoom.
* Keyboard/mouse navigation.
* Supports events on the nodes with URLs.
* Animated jumping between nodes.
* Highlights node/edge under mouse.
Description-md5:
Homepage: https://github.com/jrfonseca/xdot.py
Tag: implemented-in::python, interface::graphical, interface::x11,
role::program, science::visualisation, scope::utility, uitoolkit::gtk,
use::viewing, x11::application
Section: python
Priority: optional
Filename: pool/main/x/xdot/xdot_1.3-1_all.deb