How to Install and Uninstall golang-github-hashicorp-memberlist-devel.noarch Package on Fedora 35

Last updated: November 25,2024

1. Install "golang-github-hashicorp-memberlist-devel.noarch" package

This tutorial shows how to install golang-github-hashicorp-memberlist-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-memberlist-devel.noarch

2. Uninstall "golang-github-hashicorp-memberlist-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-hashicorp-memberlist-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-hashicorp-memberlist-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-memberlist-devel.noarch package on Fedora 35

Last metadata expiration check: 4:26:34 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-hashicorp-memberlist-devel
Version : 0.2.2
Release : 5.fc35
Architecture : noarch
Size : 90 k
Source : golang-github-hashicorp-memberlist-0.2.2-5.fc35.src.rpm
Repository : fedora
Summary : Go package for gossip based membership and failure detection
URL : https://github.com/hashicorp/memberlist
License : MPLv2.0
Description : Memberlist is a Go library that manages cluster membership and member failure
: detection using a gossip based protocol.
:
: The use cases for such a library are far-reaching: all distributed systems
: require membership, and memberlist is a re-usable solution to managing cluster
: membership and node failure detection.
:
: memberlist is eventually consistent but converges quickly on average. The speed
: at which it converges can be heavily tuned via various knobs on the protocol.
: Node failures are detected and network partitions are partially tolerated by
: attempting to communicate to potentially dead nodes through multiple routes.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/hashicorp/memberlist