How To Install golang-github-hashicorp-serf-devel on Fedora 36

In this tutorial we learn how to install golang-github-hashicorp-serf-devel in Fedora 36. golang-github-hashicorp-serf-devel is Service orchestration and management tool

Introduction

In this tutorial we learn how to install golang-github-hashicorp-serf-devel on Fedora 36.

What is golang-github-hashicorp-serf-devel

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

We can use yum or dnf to install golang-github-hashicorp-serf-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-hashicorp-serf-devel.

Install golang-github-hashicorp-serf-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-hashicorp-serf-devel using dnf by running the following command:

sudo dnf -y install golang-github-hashicorp-serf-devel

Install golang-github-hashicorp-serf-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-hashicorp-serf-devel using yum by running the following command:

sudo yum -y install golang-github-hashicorp-serf-devel

How To Uninstall golang-github-hashicorp-serf-devel on Fedora 36

To uninstall only the golang-github-hashicorp-serf-devel package we can use the following command:

sudo dnf remove golang-github-hashicorp-serf-devel

golang-github-hashicorp-serf-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-hashicorp-serf-devel
/usr/share/doc/golang-github-hashicorp-serf-devel/CHANGELOG.md
/usr/share/doc/golang-github-hashicorp-serf-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hashicorp
/usr/share/gocode/src/github.com/hashicorp/serf
/usr/share/gocode/src/github.com/hashicorp/serf/.goipath
/usr/share/gocode/src/github.com/hashicorp/serf/CHANGELOG.md
/usr/share/gocode/src/github.com/hashicorp/serf/README.md
/usr/share/gocode/src/github.com/hashicorp/serf/client
/usr/share/gocode/src/github.com/hashicorp/serf/client/README.md
/usr/share/gocode/src/github.com/hashicorp/serf/client/const.go
/usr/share/gocode/src/github.com/hashicorp/serf/client/rpc_client.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/agent.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/agent_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/command.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/command_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/config.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/config_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/event_handler.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/event_handler_mock.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/event_handler_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/flag_slice_value.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/flag_slice_value_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/gated_writer.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/gated_writer_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/invoke.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/ipc.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/ipc_event_stream.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/ipc_event_stream_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/ipc_log_stream.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/ipc_log_stream_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/ipc_query_response_stream.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/log_levels.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/log_writer.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/log_writer_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/mdns.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/rpc_client_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/syslog.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/syslog_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/util.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/agent/util_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/event.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/event_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/force_leave.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/force_leave_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/info.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/info_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/join.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/join_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/keygen.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/keygen_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/keys.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/keys_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/leave.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/leave_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/members.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/members_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/monitor.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/output.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/output_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/query.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/query_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/reachability.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/reachability_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/rpc.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/rtt.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/rtt_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/tags.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/tags_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/util_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/command/version.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/commands.go
/usr/share/gocode/src/github.com/hashicorp/serf/cmd/serf/main.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/client.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/client_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/config.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/coordinate.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/coordinate_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/performance_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/phantom.go
/usr/share/gocode/src/github.com/hashicorp/serf/coordinate/util_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/demo
/usr/share/gocode/src/github.com/hashicorp/serf/demo/vagrant-cluster
/usr/share/gocode/src/github.com/hashicorp/serf/demo/vagrant-cluster/README.md
/usr/share/gocode/src/github.com/hashicorp/serf/demo/web-load-balancer
/usr/share/gocode/src/github.com/hashicorp/serf/demo/web-load-balancer/README.md
/usr/share/gocode/src/github.com/hashicorp/serf/demo/web-load-balancer/user_data
/usr/share/gocode/src/github.com/hashicorp/serf/demo/web-load-balancer/user_data/README.md
/usr/share/gocode/src/github.com/hashicorp/serf/go.mod
/usr/share/gocode/src/github.com/hashicorp/serf/ops-misc
/usr/share/gocode/src/github.com/hashicorp/serf/ops-misc/README.md
/usr/share/gocode/src/github.com/hashicorp/serf/serf
/usr/share/gocode/src/github.com/hashicorp/serf/serf/broadcast.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/broadcast_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/coalesce.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/coalesce_member.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/coalesce_member_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/coalesce_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/coalesce_user.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/coalesce_user_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/config.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/config_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/conflict_delegate.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/delegate.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/delegate_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/event.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/event_delegate.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/event_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/internal_query.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/internal_query_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/keymanager.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/keymanager_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/lamport.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/lamport_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/merge_delegate.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/merge_delegate_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/messages.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/messages_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/ping_delegate.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/query.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/query_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/serf.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/serf_internals_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/serf_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/snapshot.go
/usr/share/gocode/src/github.com/hashicorp/serf/serf/snapshot_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/testutil
/usr/share/gocode/src/github.com/hashicorp/serf/testutil/addr.go
/usr/share/gocode/src/github.com/hashicorp/serf/testutil/retry
/usr/share/gocode/src/github.com/hashicorp/serf/testutil/retry/retry.go
/usr/share/gocode/src/github.com/hashicorp/serf/testutil/retry/retry_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/testutil/testlog.go
/usr/share/gocode/src/github.com/hashicorp/serf/testutil/testutil_test.go
/usr/share/gocode/src/github.com/hashicorp/serf/testutil/yield.go
/usr/share/gocode/src/github.com/hashicorp/serf/version
/usr/share/gocode/src/github.com/hashicorp/serf/version/version.go
/usr/share/gocode/src/github.com/hashicorp/serf/website
/usr/share/gocode/src/github.com/hashicorp/serf/website/LICENSE.md
/usr/share/gocode/src/github.com/hashicorp/serf/website/README.md
/usr/share/gocode/src/github.com/hashicorp/serf/website/source
/usr/share/gocode/src/github.com/hashicorp/serf/website/source/404.html.md
/usr/share/licenses/golang-github-hashicorp-serf-devel
/usr/share/licenses/golang-github-hashicorp-serf-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-hashicorp-serf-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).