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

Last updated: November 27,2024

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

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

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

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

Please follow the step by step instructions below to uninstall golang-github-hashicorp-memberlist-devel.noarch on Fedora 38:

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

Last metadata expiration check: 4:13:34 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-hashicorp-memberlist-devel
Version : 0.4.0
Release : 4.fc38
Architecture : noarch
Size : 104 k
Source : golang-github-hashicorp-memberlist-0.4.0-4.fc38.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