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

Last updated: October 08,2024

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

Here is a brief guide to show you how to install golang-github-docker-libkv-devel.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall golang-github-docker-libkv-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:05:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-docker-libkv-devel
Version : 0.2.1
Release : 15.20220823gitdfacc56.fc36
Architecture : noarch
Size : 45 k
Source : golang-github-docker-libkv-0.2.1-15.20220823gitdfacc56.fc36.src.rpm
Repository : updates
Summary : Distributed key/value store abstraction library
URL : https://github.com/docker/libkv
License : Apache-2.0 and CC-BY-SA-4.0
Description : Libkv provides a Go native library to store metadata.
:
: The goal of Libkv is to abstract common store operations for multiple
: distributed and/or local Key/Value store backends.
:
: For example, you can use it to store your metadata or for service discovery to
: register machines and endpoints inside your cluster.
:
: You can also easily implement a generic Leader Election on top of it (see the
: docker/leadership repository).
:
: As of now, Libkv offers support for Consul, Etcd, Zookeeper (Distributed store)
: and BoltDB (Local store).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/docker/libkv