How to Install and Uninstall erlang-hyperloglog Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "erlang-hyperloglog" package

This guide covers the steps necessary to install erlang-hyperloglog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-hyperloglog

2. Uninstall "erlang-hyperloglog" package

This guide covers the steps necessary to uninstall erlang-hyperloglog on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove erlang-hyperloglog $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-hyperloglog package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: erlang-hyperloglog
Priority: optional
Section: universe/libs
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Philipp Huebner
Architecture: amd64
Version: 0.2013.10.12-3
Depends: erlang-base | erlang-abi-17.0, erlang-base (>= 1:17.3-dfsg) | erlang-base-hipe (>= 1:17.3-dfsg)
Filename: pool/universe/e/erlang-hyperloglog/erlang-hyperloglog_0.2013.10.12-3_amd64.deb
Size: 11328
MD5sum: fabca62f02046e0b7f2c25222d191d89
SHA1: 683149178f129c1e7be351ed70086aba964c30df
SHA256: 4b5e972d1a22a837f5028b7171000bfa5dc97833db12b808b1ef0310b8b8f28f
Description-en: distinct values estimator
erlang-hyperloglog is an efficient algorithm for estimating the number of
distinct elements, known as the cardinality, of large data ensembles, which
are referred to here as multisets and are usually massive streams (read-once
sequences).
This problem has received a great deal of attention over the past two decades,
finding an ever growing number of applications in networking and traffic
monitoring, such as the detection of worm propagation, of network attacks
(e.g., by Denial of Service), and of link-based spam on the web.
Description-md5: 11b24add4279d5e2bc5efde927e8db59
Homepage: https://github.com/vaxelfel/eHyperLogLog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu