How to Install and Uninstall erlang-hyper.x86_64 Package on Fedora 38

Last updated: September 30,2024

1. Install "erlang-hyper.x86_64" package

This tutorial shows how to install erlang-hyper.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install erlang-hyper.x86_64

2. Uninstall "erlang-hyper.x86_64" package

Please follow the guidance below to uninstall erlang-hyper.x86_64 on Fedora 38:

$ sudo dnf remove erlang-hyper.x86_64 $ sudo dnf autoremove

3. Information about the erlang-hyper.x86_64 package on Fedora 38

Last metadata expiration check: 0:59:28 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : erlang-hyper
Version : 0
Release : 0.20.20161011git4b1abc4.fc38
Architecture : x86_64
Size : 134 k
Source : erlang-hyper-0-0.20.20161011git4b1abc4.fc38.src.rpm
Repository : fedora
Summary : An implementation of the HyperLogLog algorithm in Erlang
URL : https://github.com/GameAnalytics/hyper
License : MIT
Description : An implementation of the HyperLogLog algorithm in Erlang. Using HyperLogLog you
: can estimate the cardinality of very large data sets using constant memory. The
: relative error is 1.04 * sqrt(2^P). When creating a new HyperLogLog filter, you
: provide the precision P, allowing you to trade memory for accuracy. The union
: of two filters is lossless.