How to Install and Uninstall golang-github-docker-swarmkit.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "golang-github-docker-swarmkit.x86_64" package

Please follow the instructions below to install golang-github-docker-swarmkit.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-docker-swarmkit.x86_64

2. Uninstall "golang-github-docker-swarmkit.x86_64" package

Please follow the step by step instructions below to uninstall golang-github-docker-swarmkit.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-docker-swarmkit.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-docker-swarmkit.x86_64 package on Fedora 34

Last metadata expiration check: 4:46:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-docker-swarmkit
Version : 1.12.0
Release : 20.20210420git17d8d4e.fc34
Architecture : x86_64
Size : 28 M
Source : golang-github-docker-swarmkit-1.12.0-20.20210420git17d8d4e.fc34.src.rpm
Repository : updates
Summary : Toolkit for orchestrating distributed systems at any scale
URL : https://github.com/docker/swarmkit
License : ASL 2.0
Description :
: 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: SwarmKit uses the Raft Consensus Algorithm in order to
: coordinate and does not rely on a single point of failure to perform
: decisions.
: - Secure: Node communication and membership within a Swarm are secure out of
: the box. SwarmKit uses mutual TLS for node authentication, role authorization
: and transport encryption, automating both certificate issuance and rotation.
: - Simple: SwarmKit is operationally simple and minimizes infrastructure
: dependencies. It does not need an external database to operate.