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

Last updated: September 28,2024

1. Install "erlang-hyper.x86_64" package

Please follow the steps below to install erlang-hyper.x86_64 on Fedora 34

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

2. Uninstall "erlang-hyper.x86_64" package

Please follow the instructions below to uninstall erlang-hyper.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:03:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-hyper
Version : 0
Release : 0.15.20161011git4b1abc4.fc34
Architecture : x86_64
Size : 117 k
Source : erlang-hyper-0-0.15.20161011git4b1abc4.fc34.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.