How to Install and Uninstall xdot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "xdot" package

Please follow the guidelines below to install xdot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xdot

2. Uninstall "xdot" package

Please follow the guidelines below to uninstall xdot on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the xdot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xdot
Priority: optional
Section: universe/python
Installed-Size: 122
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 0.6-3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), graphviz, python-cairo, python-gtk2
Filename: pool/universe/x/xdot/xdot_0.6-3_all.deb
Size: 22222
MD5sum: b4c720fe285e1132d1add346fa9ab94f
SHA1: 153d80dbe5ea36249c49cfc99198ad83fda0fafa
SHA256: ba41f108d7d07645448e4022873f6ef7a0efbf022dfa5b3f7c128b0ec5f9e8bd
Description-en: 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 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: ab7f0359988469ef950fd744982c4daa
Homepage: https://github.com/jrfonseca/xdot.py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu