How to Install and Uninstall golang-github-docker-libkv-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "golang-github-docker-libkv-dev" package

Here is a brief guide to show you how to install golang-github-docker-libkv-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "golang-github-docker-libkv-dev" package

In this section, we are going to explain the necessary steps to uninstall golang-github-docker-libkv-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-docker-libkv-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-docker-libkv-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-docker-libkv-dev
Priority: extra
Section: universe/devel
Installed-Size: 131
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: docker-libkv
Version: 0.1.0-2
Depends: golang-go, golang-github-boltdb-bolt-dev, golang-golang-x-net-dev, golang-etcd-server-dev (>= 2.2.2+dfsg-2~), golang-github-samuel-go-zookeeper-dev, golang-github-stretchr-testify-dev
Filename: pool/universe/d/docker-libkv/golang-github-docker-libkv-dev_0.1.0-2_all.deb
Size: 29858
MD5sum: 10aeab5456439ab684e4769443c5bf75
SHA1: 093e7a5cc743118ece30780a327c717056006c67
SHA256: ec9961f14ce1a700cd977164c6f5daeb18fbac58008dda0c04ba2de3446c722f
Description-en: 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.
Description-md5: 33aaff3641d9a947b65a092436dc9250
Built-Using: etcd (= 2.2.2+dfsg-2), golang (= 2:1.5.1-0ubuntu4), golang-github-boltdb-bolt (= 1.1.0-1), golang-github-samuel-go-zookeeper (= 0.0~git20150817.0.177002e-1), golang-golang-x-net-dev (= 1:0.0+git20150817.66f0418-1), golang-testify (= 1.0-2)
Homepage: https://github.com/docker/libkv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu