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

Last updated: October 13,2024

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

Please follow the instructions below to install golang-github-hashicorp-memberlist-devel.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall golang-github-hashicorp-memberlist-devel.noarch on Fedora 39:

$ 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 39

Last metadata expiration check: 4:25:10 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-hashicorp-memberlist-devel
Version : 0.4.0
Release : 5.fc39
Architecture : noarch
Size : 104 k
Source : golang-github-hashicorp-memberlist-0.4.0-5.fc39.src.rpm
Repository : fedora
Summary : Golang package for gossip based membership and failure detection
URL : https://github.com/hashicorp/memberlist
License : MPL-2.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