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

Last updated: October 06,2024

1. Install "erlang-riak_ensemble.x86_64" package

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

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

2. Uninstall "erlang-riak_ensemble.x86_64" package

This guide let you learn how to uninstall erlang-riak_ensemble.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:50:40 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : erlang-riak_ensemble
Version : 3.0.10
Release : 1.fc35
Architecture : x86_64
Size : 517 k
Source : erlang-riak_ensemble-3.0.10-1.fc35.src.rpm
Repository : updates
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.