How To Install golang-github-docker-libkv-devel on Fedora 36

In this tutorial we learn how to install golang-github-docker-libkv-devel in Fedora 36. golang-github-docker-libkv-devel is Distributed key/value store abstraction library

Introduction

In this tutorial we learn how to install golang-github-docker-libkv-devel on Fedora 36.

What is golang-github-docker-libkv-devel

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

We can use yum or dnf to install golang-github-docker-libkv-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-docker-libkv-devel.

Install golang-github-docker-libkv-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-docker-libkv-devel using dnf by running the following command:

sudo dnf -y install golang-github-docker-libkv-devel

Install golang-github-docker-libkv-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-docker-libkv-devel using yum by running the following command:

sudo yum -y install golang-github-docker-libkv-devel

How To Uninstall golang-github-docker-libkv-devel on Fedora 36

To uninstall only the golang-github-docker-libkv-devel package we can use the following command:

sudo dnf remove golang-github-docker-libkv-devel

golang-github-docker-libkv-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-docker-libkv-devel
/usr/share/doc/golang-github-docker-libkv-devel/README.md
/usr/share/doc/golang-github-docker-libkv-devel/docs
/usr/share/doc/golang-github-docker-libkv-devel/docs/compatibility.md
/usr/share/doc/golang-github-docker-libkv-devel/docs/examples.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/docker
/usr/share/gocode/src/github.com/docker/libkv
/usr/share/gocode/src/github.com/docker/libkv/.goipath
/usr/share/gocode/src/github.com/docker/libkv/README.md
/usr/share/gocode/src/github.com/docker/libkv/docs
/usr/share/gocode/src/github.com/docker/libkv/docs/compatibility.md
/usr/share/gocode/src/github.com/docker/libkv/docs/examples.md
/usr/share/gocode/src/github.com/docker/libkv/libkv.go
/usr/share/gocode/src/github.com/docker/libkv/libkv_test.go
/usr/share/gocode/src/github.com/docker/libkv/store
/usr/share/gocode/src/github.com/docker/libkv/store/boltdb
/usr/share/gocode/src/github.com/docker/libkv/store/boltdb/boltdb.go
/usr/share/gocode/src/github.com/docker/libkv/store/boltdb/boltdb_test.go
/usr/share/gocode/src/github.com/docker/libkv/store/consul
/usr/share/gocode/src/github.com/docker/libkv/store/consul/consul.go
/usr/share/gocode/src/github.com/docker/libkv/store/consul/consul_test.go
/usr/share/gocode/src/github.com/docker/libkv/store/etcd
/usr/share/gocode/src/github.com/docker/libkv/store/etcd/etcd.go
/usr/share/gocode/src/github.com/docker/libkv/store/etcd/etcd_test.go
/usr/share/gocode/src/github.com/docker/libkv/store/helpers.go
/usr/share/gocode/src/github.com/docker/libkv/store/mock
/usr/share/gocode/src/github.com/docker/libkv/store/mock/mock.go
/usr/share/gocode/src/github.com/docker/libkv/store/store.go
/usr/share/gocode/src/github.com/docker/libkv/store/zookeeper
/usr/share/gocode/src/github.com/docker/libkv/store/zookeeper/zookeeper.go
/usr/share/gocode/src/github.com/docker/libkv/store/zookeeper/zookeeper_test.go
/usr/share/gocode/src/github.com/docker/libkv/testutils
/usr/share/gocode/src/github.com/docker/libkv/testutils/utils.go
/usr/share/licenses/golang-github-docker-libkv-devel
/usr/share/licenses/golang-github-docker-libkv-devel/LICENSE.code
/usr/share/licenses/golang-github-docker-libkv-devel/LICENSE.docs

References

Summary

In this tutorial we learn how to install golang-github-docker-libkv-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).