How To Install golang-github-docker-swarmkit on Fedora 36

In this tutorial we learn how to install golang-github-docker-swarmkit in Fedora 36. golang-github-docker-swarmkit is Toolkit for orchestrating distributed systems at any scale

Introduction

In this tutorial we learn how to install golang-github-docker-swarmkit on Fedora 36.

What is golang-github-docker-swarmkit

SwarmKit is a toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more. Its main benefits are - Distributed coordinate and does not rely on a single point of failure to perform decisions. - Secure the box. SwarmKit uses mutual TLS for node authentication, role authorization and transport encryption, automating both certificate issuance and rotation. - Simple dependencies. It does not need an external database to operate.

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

Install golang-github-docker-swarmkit 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-docker-swarmkit using dnf by running the following command:

sudo dnf -y install golang-github-docker-swarmkit

Install golang-github-docker-swarmkit 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-docker-swarmkit using yum by running the following command:

sudo yum -y install golang-github-docker-swarmkit

How To Uninstall golang-github-docker-swarmkit on Fedora 36

To uninstall only the golang-github-docker-swarmkit package we can use the following command:

sudo dnf remove golang-github-docker-swarmkit

golang-github-docker-swarmkit Package Contents on Fedora 36

/usr/bin/external-ca-example
/usr/bin/protoc-gen-gogoswarm
/usr/bin/swarm-bench
/usr/bin/swarm-rafttool
/usr/bin/swarmctl
/usr/bin/swarmd
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/92ea6f32cf32520de17271ad75dca9a58b83b6
/usr/lib/.build-id/09
/usr/lib/.build-id/09/bf6ab30ee6d1ed3fc78f151e9f09871347ffc1
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/f9d4ba59b7515b9fa58f8541fb96ec79dfc464
/usr/lib/.build-id/58
/usr/lib/.build-id/58/217313b3156fdba4361f813a2d895f26a1ac62
/usr/lib/.build-id/79
/usr/lib/.build-id/79/2f053fc85909b4dddd9e37ffafb28722dfb9b4
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/430373619e938d80fa323480beecfbbb112089
/usr/share/doc/golang-github-docker-swarmkit
/usr/share/doc/golang-github-docker-swarmkit/BUILDING.md
/usr/share/doc/golang-github-docker-swarmkit/CONTRIBUTING.md
/usr/share/doc/golang-github-docker-swarmkit/README.md
/usr/share/licenses/golang-github-docker-swarmkit
/usr/share/licenses/golang-github-docker-swarmkit/LICENSE

References

Summary

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