How to Install and Uninstall postgresql-14-partman Package on Kali Linux

Last updated: May 20,2024

1. Install "postgresql-14-partman" package

This guide covers the steps necessary to install postgresql-14-partman on Kali Linux

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

2. Uninstall "postgresql-14-partman" package

Please follow the steps below to uninstall postgresql-14-partman on Kali Linux:

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

3. Information about the postgresql-14-partman package on Kali Linux

Package: postgresql-14-partman
Source: pg-partman
Version: 4.7.0-1
Installed-Size: 6758
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, python3, python3-psycopg2, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.4)
Size: 256992
SHA256: 907c8fb521814745f10ee8d2bd5a1dea5c85964ed0a90755cdd7affc3671a8ad
SHA1: f27f88288c264c2687339adfaf9a7dd4afef5d1f
MD5sum: ba7b4b334f83b4877a2ce5ca0d7183d6
Description: 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
Homepage: https://github.com/pgpartman/pg_partman
Section: database
Priority: optional
Filename: pool/main/p/pg-partman/postgresql-14-partman_4.7.0-1_amd64.deb