How to Install and Uninstall golang-github-hashicorp-memberlist-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "golang-github-hashicorp-memberlist-dev" package

Here is a brief guide to show you how to install golang-github-hashicorp-memberlist-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-hashicorp-memberlist-dev

2. Uninstall "golang-github-hashicorp-memberlist-dev" package

Please follow the guidelines below to uninstall golang-github-hashicorp-memberlist-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-hashicorp-memberlist-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-hashicorp-memberlist-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-hashicorp-memberlist-dev
Priority: extra
Section: universe/devel
Installed-Size: 236
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-hashicorp-memberlist
Version: 0.0~git20150921.0.28424fb-1
Depends: golang-github-armon-go-metrics-dev, golang-github-hashicorp-go-msgpack-dev
Filename: pool/universe/g/golang-github-hashicorp-memberlist/golang-github-hashicorp-memberlist-dev_0.0~git20150921.0.28424fb-1_all.deb
Size: 47092
MD5sum: 4fef7e01b21e4e2b6e9097fcf1ff2b4f
SHA1: 837f8dbf6f020b6c16dff2a195f3e316a8451ff6
SHA256: 9f60d06cf7b088abf53296d392d8cfe073ed5bca41d1ad2a29d35daf76e7e641
Description-en: Golang package for gossip based membership and failure detection
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.
Description-md5: b875e52b0f5b6e3a76d700941fa09b3e
Homepage: https://github.com/hashicorp/memberlist
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu