How to Install golang-github-docker-libkv-dev in Ubuntu 18.04



Install golang-github-docker-libkv-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-docker-libkv-dev

Description:

Key/Value store abstraction library

libkv provides a Go native library to store metadata. . The goal of libkv is to abstract common store operations for multiple Key/Value backends and offer the same experience no matter which backend is used. . For example, libkv can be used it to store metadata or for service discovery to register machines and endpoints inside your cluster. . Also libkv can be used to implement a generic Leader Election. . As of now, libkv offers support for Consul (disabled), Etcd and Zookeeper.

Homepage: https://github.com/docker/libkv

Version: 0.2.1-1

Section: universe/devel