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

Last updated: September 21,2024

1. Install "erlang-hyper.x86_64" package

Here is a brief guide to show you how to install erlang-hyper.x86_64 on Fedora 35

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

2. Uninstall "erlang-hyper.x86_64" package

Please follow the steps below to uninstall erlang-hyper.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:28:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : erlang-hyper
Version : 0
Release : 0.16.20161011git4b1abc4.fc35
Architecture : x86_64
Size : 134 k
Source : erlang-hyper-0-0.16.20161011git4b1abc4.fc35.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.