How to Install and Uninstall postgresql-9.5-partman Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "postgresql-9.5-partman" package

Please follow the guidance below to install postgresql-9.5-partman on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install postgresql-9.5-partman

2. Uninstall "postgresql-9.5-partman" package

Please follow the guidelines below to uninstall postgresql-9.5-partman on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove postgresql-9.5-partman $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-9.5-partman package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: postgresql-9.5-partman
Priority: optional
Section: universe/database
Installed-Size: 2389
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Source: pg-partman
Version: 2.2.2-2
Depends: libc6 (>= 2.4), postgresql-9.5, python
Filename: pool/universe/p/pg-partman/postgresql-9.5-partman_2.2.2-2_amd64.deb
Size: 115308
MD5sum: dff7c5de09a686102f40742209fca044
SHA1: bc14a3077b2c76cecd85592c0a2195361fa2b8aa
SHA256: b1c8d5c1a5434452f592be2bf16e0fd8bae41222bbbfc8c31241342b351b99c9
Description-en: PostgreSQL Partition Manager
pg_partman is a PostgreSQL extension to create and manage both time-based and
serial-based table partition sets. Sub-partitioning is also supported. Child
table & trigger function creation is all managed by the extension itself.
Tables with existing data can also have their data partitioned in easily
managed smaller batches. Optional retention policy can automatically drop
partitions no longer needed. A background worker (BGW) process is included to
automatically run partition maintenance without the need of an external
scheduler (cron, etc) in most cases.
Description-md5: a32974adcc83c288fa52995a76bfaf56
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu