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

Last updated: July 02,2024

1. Install "postgresql-16-hll" package

In this section, we are going to explain the necessary steps to install postgresql-16-hll on Kali Linux

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

2. Uninstall "postgresql-16-hll" package

Here is a brief guide to show you how to uninstall postgresql-16-hll on Kali Linux:

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

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

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.18-1
Installed-Size: 202
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14), postgresql-16, postgresql-16-jit-llvm (>= 15)
Size: 84856
SHA256: 60606b9112fd56b528a381932f2956b13e7ccc26a4467d0687aeba49d6bd25fc
SHA1: 5ca249df1e566670d4d3d11d9d42a817b0592967
MD5sum: 88994affec9f62a395946aa0258d913e
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:
Homepage: https://github.com/citusdata/postgresql-hll
Section: database
Priority: optional
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.18-1_amd64.deb

5. The same packages on other Linux Distributions