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

Last updated: December 25,2024

1. Install "postgresql-16-hypopg" package

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

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

2. Uninstall "postgresql-16-hypopg" package

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

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

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

Package: postgresql-16-hypopg
Source: hypopg (1.4.0-2)
Version: 1.4.0-2+b1
Installed-Size: 166
Maintainer: Julien Rouhaud
Architecture: amd64
Depends: libc6 (>= 2.4), postgresql-16, postgresql-16-jit-llvm (>= 15)
Size: 73612
SHA256: 892f381b3a8cbdfa6503ebd3129a542381528f5acf8349ea28de377b77453bbe
SHA1: 3303f66561b4ea253ab9bdae1a56cad2a36b661f
MD5sum: 69a358e1ca18f470b3e2880159d5a3db
Description: PostgreSQL extension adding support for hypothetical indexes.
An hypothetical, or virtual, index is an index that doesn't really exists, and
thus doesn't cost CPU, disk or any resource to create. They're useful to know
if specific indexes can increase performance for problematic queries, since
you can know if PostgreSQL will use these indexes or not without having to
spend resources to create them.
Description-md5:
Homepage: https://hypopg.readthedocs.io/
Section: database
Priority: optional
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.0-2+b1_amd64.deb

5. The same packages on other Linux Distributions