How to Install and Uninstall golang-github-hashicorp-serf-devel.noarch Package on Fedora 34

Last updated: October 04,2024

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

In this section, we are going to explain the necessary steps to install golang-github-hashicorp-serf-devel.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall golang-github-hashicorp-serf-devel.noarch on Fedora 34:

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

3. Information about the golang-github-hashicorp-serf-devel.noarch package on Fedora 34

Last metadata expiration check: 4:58:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-hashicorp-serf-devel
Version : 0.9.5
Release : 2.fc34
Architecture : noarch
Size : 151 k
Source : golang-github-hashicorp-serf-0.9.5-2.fc34.src.rpm
Repository : fedora
Summary : Service orchestration and management tool
URL : https://github.com/hashicorp/serf
License : MPLv2.0
Description : Serf is a decentralized solution for service discovery and orchestration that is
: lightweight, highly available, and fault tolerant.
:
: Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip
: protocol is used to communicate with other nodes. Serf can detect node failures
: and notify the rest of the cluster. An event system is built on top of Serf,
: letting you use Serf's gossip protocol to propagate events such as deploys,
: configuration changes, etc. Serf is completely masterless with no single point
: of failure.
:
: Here are some example use cases of Serf, though there are many others:
:
: – Discovering web servers and automatically adding them to a load balancer
: – Organizing many memcached or redis nodes into a cluster, perhaps with
: something like twemproxy or maybe just configuring an application with the
: address of all the nodes
: – Triggering web deploys using the event system built on top of Serf
: – Propagating changes to configuration to relevant nodes.
: – Updating DNS records to reflect cluster changes as they occur.
: – Much, much more.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/hashicorp/serf