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

Last updated: May 05,2024

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

Please follow the guidelines below to install golang-github-docker-libkv-devel.noarch on Fedora 34

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

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

Learn how to uninstall golang-github-docker-libkv-devel.noarch on Fedora 34:

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

Last metadata expiration check: 1:49:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-docker-libkv-devel
Version : 0.2.1
Release : 11.20210922git4589771.fc34
Architecture : noarch
Size : 44 k
Source : golang-github-docker-libkv-0.2.1-11.20210922git4589771.fc34.src.rpm
Repository : updates
Summary : Distributed key/value store abstraction library
URL : https://github.com/docker/libkv
License : CC-BY-SA and ASL 2.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