Install postgis-doc
Installing postgis-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install postgis-doc
postgis-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | postgis-doc |
version | 2.2.2+dfsg-1 |
description | Geographic objects support for PostgreSQL — documentation |
subsection | doc |
website | postgis.net |
maintainer | Debian GIS Project |
Uninstall postgis-doc
To remove just postgis-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove postgis-doc
Uninstall postgis-doc and it’s dependent packages
To remove the postgis-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove postgis-doc
Purging postgis-doc
If you also want to delete configuration and/or data files of postgis-doc from Debian Sid then this will work:
sudo apt-get purge postgis-doc
To delete configuration and/or data files of postgis-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove postgis-doc