How to Install and Uninstall golang-github-docker-swarmkit-devel.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "golang-github-docker-swarmkit-devel.noarch" package

This tutorial shows how to install golang-github-docker-swarmkit-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-docker-swarmkit-devel.noarch

2. Uninstall "golang-github-docker-swarmkit-devel.noarch" package

This guide let you learn how to uninstall golang-github-docker-swarmkit-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-docker-swarmkit-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-docker-swarmkit-devel.noarch package on Fedora 36

Last metadata expiration check: 4:31:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-docker-swarmkit-devel
Version : 1.12.0
Release : 20.20210420git17d8d4e.fc36
Architecture : noarch
Size : 830 k
Source : golang-github-docker-swarmkit-1.12.0-20.20210420git17d8d4e.fc36.src.rpm
Repository : fedora
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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/docker/swarmkit