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

Last updated: September 28,2024

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

This guide covers the steps necessary to install golang-github-docker-swarmkit-devel.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall golang-github-docker-swarmkit-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 1:04:52 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-docker-swarmkit-devel
Version : 1.12.0
Release : 22.20210420git17d8d4e.fc35
Architecture : noarch
Size : 830 k
Source : golang-github-docker-swarmkit-1.12.0-22.20210420git17d8d4e.fc35.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