How to Install and Uninstall postgresql-13-hll Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "postgresql-13-hll" package

Please follow the instructions below to install postgresql-13-hll on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-hll" package

This is a short guide on how to uninstall postgresql-13-hll on Ubuntu 21.10 (Impish Indri):

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

3. Information about the postgresql-13-hll package on Ubuntu 21.10 (Impish Indri)

Package: postgresql-13-hll
Architecture: amd64
Version: 2.15.1-1
Priority: optional
Section: universe/database
Source: postgresql-hll
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 274
Depends: libc6 (>= 2.14), postgresql-13
Filename: pool/universe/p/postgresql-hll/postgresql-13-hll_2.15.1-1_amd64.deb
Size: 83424
MD5sum: a5371e0097c313e9e0534770c8e2fcfc
SHA1: d5ec28186155906c24700fd03e15fd6afaca789e
SHA256: 7751c43acd789a7a20fc85aa088ca31a3f0c65f3462ac9eb22136c9cf6fd5d4e
SHA512: a4077008c455725694d9806acde6f5928c21cec139660c0c3831e2fb4645e83494bf51a878984248c35b38fc6b7f2fab42ca3fc8e2c588f10687e74529559046
Homepage: https://github.com/citusdata/postgresql-hll
Description-en: 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

5. The same packages on other Linux Distributions