Install postgresql-autodoc
Installing postgresql-autodoc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install postgresql-autodoc
postgresql-autodoc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | postgresql-autodoc |
version | 1.40-3 |
description | Utility to create a PostgreSQL database schema overview in HTML, DOT and XML |
subsection | database |
website | rbt.ca / autodoc / |
maintainer | Tim Retout |
Uninstall postgresql-autodoc
To remove just postgresql-autodoc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove postgresql-autodoc
Uninstall postgresql-autodoc and it’s dependent packages
To remove the postgresql-autodoc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove postgresql-autodoc
Purging postgresql-autodoc
If you also want to delete configuration and/or data files of postgresql-autodoc from Debian Sid then this will work:
sudo apt-get purge postgresql-autodoc
To delete configuration and/or data files of postgresql-autodoc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove postgresql-autodoc