How to Install and Uninstall autodia Package on Kali Linux

Last updated: May 18,2024

1. Install "autodia" package

Please follow the guidance below to install autodia on Kali Linux

$ sudo apt update $ sudo apt install autodia

2. Uninstall "autodia" package

This guide covers the steps necessary to uninstall autodia on Kali Linux:

$ sudo apt remove autodia $ sudo apt autoclean && sudo apt autoremove

3. Information about the autodia package on Kali Linux

Package: autodia
Version: 2.14-5
Installed-Size: 392
Maintainer: Debian QA Group
Architecture: all
Depends: libtemplate-perl, perl:any
Suggests: libgraphviz-perl
Size: 99116
SHA256: 4dd65038d811badf1f7f1fb44d45af8cfe3d8e68541226ab9f63c281efba9e1a
SHA1: 8004e0243674a0c6f1cab7c444651035c4c9df84
MD5sum: 0b67b4543f484c39a48fb25e0c1a7f7c
Description: generates Dia UML diagrams from source code, XML or data
AutoDia (Automatic Dia XML) is a modular application that parses source code,
XML or data and produces an XML document in Dia format[1] (or images via
graphviz and vcg).
.
Its goal is to be a UML/DB Schema diagram autocreation package. The diagrams
its creates are standard UML diagrams showing dependencies, superclasses,
packages, classes and inheritances, as well as the methods, etc of each class.
.
AutoDia supports any language that a Handler has been written for - see below
for an up to date list.
.
Autodia now outputs the following formats:
* Graphviz (using dot to generate jpg, png, etc)
* dot
* vcg
* xvcg (using xvcg to output postscript, etc )
* dia (using a new custom directed graph algorithm to layout diagrams)
* HTML/XML/Anything (if you write your own template)
* Experimental SpringGraph (native perl directed graphs similar to graphviz)
now included
* Experimental Umbrello XML/XMI (requires fixing)
.
Autodia now parses the following forms of input:
* Perl
* Python
* PHP
* Java (some issues with version 1.4) no longer fully supported (it used to
work, Java broke its API's now it doesn't, fixes welcome)
* C++
* Torque (XML DB schema)
* DBI (perl database interface handles)
* SQL
* Umbrello (experimental)
.
[1] For more information about Dia, see:

Description-md5:
Homepage: http://www.aarontrevena.co.uk/opensource/autodia/
Tag: devel::docsystem, devel::lang:c++, devel::lang:perl, devel::library,
implemented-in::perl, interface::commandline, role::devel-lib,
role::program, scope::utility, use::converting, works-with-format::xml,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/a/autodia/autodia_2.14-5_all.deb