Install postgresql-filedump
Installing postgresql-filedump package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install postgresql-filedump
postgresql-filedump package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | postgresql-filedump |
version | 9.5.0-1 |
description | Utility to format PostgreSQL files |
subsection | misc |
website | pgfoundry.org / projects / pgfiledump |
maintainer | Debian PostgreSQL Maintainers |
Uninstall postgresql-filedump
To remove just postgresql-filedump package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove postgresql-filedump
Uninstall postgresql-filedump and it’s dependent packages
To remove the postgresql-filedump package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove postgresql-filedump
Purging postgresql-filedump
If you also want to delete configuration and/or data files of postgresql-filedump from Debian Sid then this will work:
sudo apt-get purge postgresql-filedump
To delete configuration and/or data files of postgresql-filedump and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove postgresql-filedump