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

Last updated: October 04,2024

1. Install "erlang-riak_ensemble.x86_64" package

Please follow the step by step instructions below to install erlang-riak_ensemble.x86_64 on Fedora 34

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

2. Uninstall "erlang-riak_ensemble.x86_64" package

Here is a brief guide to show you how to uninstall erlang-riak_ensemble.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:18:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-riak_ensemble
Version : 2.1.9
Release : 9.fc34
Architecture : x86_64
Size : 485 k
Source : erlang-riak_ensemble-2.1.9-9.fc34.src.rpm
Repository : fedora
Summary : Multi-Paxos framework in Erlang
URL : https://github.com/basho/riak_ensemble
License : ASL 2.0
Description : A consensus library that supports creating multiple consensus groups
: (ensembles). Each ensemble is a separate Multi-Paxos instance with its own
: leader, set of members, and state.
:
: Each ensemble also supports an extended API that provides consistent key/value
: operations. Conceptually, this is identical to treating each key as a separate
: Paxos entity. However, this isn't accomplished by having each key maintain its
: own Paxos group. Instead, an ensemble emulates per-key consensus through a
: combination of per-key and per-ensemble state.