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

Last updated: May 16,2024

1. Install "postgresql-14-repack" package

This guide let you learn how to install postgresql-14-repack on Kali Linux

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

2. Uninstall "postgresql-14-repack" package

Learn how to uninstall postgresql-14-repack on Kali Linux:

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

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

Package: postgresql-14-repack
Source: pg-repack
Version: 1.4.7-2
Installed-Size: 239
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, libc6 (>= 2.33), libpq5 (>= 8.3~rc1-1~)
Size: 104796
SHA256: da9e6a41013541177037c9a4cafa78c1abcc1c352a4f74d5a7b90f7f34f6e756
SHA1: a5629b25f3cd4f091577db27b892481ebc397a2a
MD5sum: e45a31dcd500f659197c3333d37f2640
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 14.
Description-md5: fad858f723a1fdaa80c5eb1fad54bc53
Homepage: https://github.com/reorg/pg_repack
Section: database
Priority: optional
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.4.7-2_amd64.deb