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

Last updated: May 15,2024

1. Install "postgresql-14-hll" package

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

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

2. Uninstall "postgresql-14-hll" package

This guide let you learn how to uninstall postgresql-14-hll on Kali Linux:

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

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

Package: postgresql-14-hll
Source: postgresql-hll (2.16-1)
Version: 2.16-1+b1
Installed-Size: 292
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14), postgresql-14
Size: 84532
SHA256: 92dd2e63e31743de50264f427b3b205454241cbcd262bbe62d2f95b90bbd73c3
SHA1: f2c68afc8bf413e7705d2ea471777f135d6d66d6
MD5sum: aa65598c66a7e800616eced1ed7b20e2
Description: HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
distinct value counting with tunable precision. For example, in 1280 bytes
`hll` can estimate the count of tens of billions of distinct values with only
a few percent error.
Description-md5: d86a4e66d73c3782c5fcad9d6c1575a2
Homepage: https://github.com/citusdata/postgresql-hll
Section: database
Priority: optional
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.16-1+b1_amd64.deb