How to Install and Uninstall postgresql-autodoc Package on Kali Linux

Last updated: May 20,2024

1. Install "postgresql-autodoc" package

In this section, we are going to explain the necessary steps to install postgresql-autodoc on Kali Linux

$ sudo apt update $ sudo apt install postgresql-autodoc

2. Uninstall "postgresql-autodoc" package

This guide covers the steps necessary to uninstall postgresql-autodoc on Kali Linux:

$ sudo apt remove postgresql-autodoc $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-autodoc package on Kali Linux

Package: postgresql-autodoc
Version: 1.41+20200921-1.1
Installed-Size: 138
Maintainer: Willi Mann
Architecture: all
Depends: libdbd-pg-perl, libhtml-template-perl, libterm-readkey-perl
Suggests: graphviz, docbook-book
Size: 29260
SHA256: 80a4b5b304a8935f968d33f913719b10d8f98adae8d71a1becfb253ac5bac80e
SHA1: eb55a95b3d93886cfb5257020aca21d4d210677e
MD5sum: 5e0c67f9483c31e0673e9615fad7e752
Description: Utility to create a PostgreSQL database schema overview in HTML, DOT and XML
This is a utility which will run through PostgreSQL tables and returns HTML,
DOT, and 2 styles of XML which describes the database.
.
The HTML is human readable (via webbrowser). The first style of XML is
actually the fileformat of Dia, a UML diagram tool. The second type of XML is
similar to the HTML but in the Docbook 4 format. It enables you to mix in
other DocBook documentation via the XREFs, generating PDFs, HTML, RTF, or
other formatted documents. Between these tools and JavaDoc with the
appropriate XREFs, documentation about a project can be generated quickly and
be easily updatable yet have a very professional look with some DSSSL work.
Description-md5:
Homepage: https://github.com/cbbrowne/autodoc
Tag: devel::docsystem, devel::lang:sql, implemented-in::perl,
interface::commandline, role::program, scope::utility,
works-with-format::docbook, works-with-format::html, works-with::db,
works-with::text
Section: database
Priority: optional
Filename: pool/main/p/postgresql-autodoc/postgresql-autodoc_1.41+20200921-1.1_all.deb