How to Install and Uninstall postgresql-hll Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "postgresql-hll" package

Here is a brief guide to show you how to install postgresql-hll on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install postgresql-hll

2. Uninstall "postgresql-hll" package

Please follow the steps below to uninstall postgresql-hll on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the postgresql-hll package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: postgresql-hll
Priority: optional
Section: universe/database
Installed-Size: 121
Maintainer: Ubuntu Developers
Original-Maintainer: Cyril Bouthors
Architecture: amd64
Version: 2.7-2.1
Depends: libc6 (>= 2.14)
Filename: pool/universe/p/postgresql-hll/postgresql-hll_2.7-2.1_amd64.deb
Size: 28714
MD5sum: 23c9c4360fb83c0aaf754b2b84b5209b
SHA1: 87853c6a62ec3b63d72f6f3f465bcb6ae69f4350
SHA256: 4bc11ee39b6fa2ee70d3b1faf3757986b9f6bb5f6c6b8026e4f951abbe024219
Description-en: HyperLogLog extension for PostgreSQL
This Postgres 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.
.
In addition to the algorithm proposed in the original paper, this
implementation is augmented to improve its accuracy and memory use without
sacrificing much speed.
.
The full description can be found at
https://github.com/aggregateknowledge/postgresql-hll/blob/master/README.markdown
Description-md5: be9fb7db9809849c77a3194ee412940f
Homepage: https://github.com/aggregateknowledge/postgresql-hll
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions