How to Install and Uninstall postgresql-16-repack Package on Kali Linux

Last updated: June 26,2024

1. Install "postgresql-16-repack" package

Please follow the guidelines below to install postgresql-16-repack on Kali Linux

$ sudo apt update $ sudo apt install postgresql-16-repack

2. Uninstall "postgresql-16-repack" package

Please follow the instructions below to uninstall postgresql-16-repack on Kali Linux:

$ sudo apt remove postgresql-16-repack $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-16-repack package on Kali Linux

Package: postgresql-16-repack
Source: pg-repack
Version: 1.5.0-1
Installed-Size: 247
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.34), libpq5 (>= 8.3~rc1-1~)
Size: 107684
SHA256: 5f1b0ab900933979cf5b3e5bef814f0ff629cc72def01c52144bf55e43d55db8
SHA1: 41273dc4a8617b9cb71876e107e78d4d22db0b13
MD5sum: 73bae987423ffcee13ad475ef5b61eb8
Description: reorganize tables in PostgreSQL databases with minimal locks
pg_repack is a PostgreSQL extension which lets you remove bloat from tables
and indexes, and optionally restore the physical order of clustered indexes.
Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
lock on the processed tables during processing. pg_repack is efficient to
boot, with performance comparable to using CLUSTER directly.
.
This package contains the pg_repack program and the server extension for
PostgreSQL 16.
Description-md5:
Homepage: https://github.com/reorg/pg_repack
Section: database
Priority: optional
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.0-1_amd64.deb

5. The same packages on other Linux Distributions