How to Install and Uninstall golang-github-hashicorp-raft-mdb-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "golang-github-hashicorp-raft-mdb-dev" package

Please follow the instructions below to install golang-github-hashicorp-raft-mdb-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-hashicorp-raft-mdb-dev

2. Uninstall "golang-github-hashicorp-raft-mdb-dev" package

Please follow the guidance below to uninstall golang-github-hashicorp-raft-mdb-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-hashicorp-raft-mdb-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-hashicorp-raft-mdb-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-hashicorp-raft-mdb-dev
Priority: extra
Section: universe/devel
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-hashicorp-raft-mdb
Version: 0.0~git20150806.0.55f2947-1
Depends: golang-github-armon-gomdb-dev, golang-github-hashicorp-go-msgpack-dev, golang-github-hashicorp-raft-dev
Filename: pool/universe/g/golang-github-hashicorp-raft-mdb/golang-github-hashicorp-raft-mdb-dev_0.0~git20150806.0.55f2947-1_all.deb
Size: 10262
MD5sum: 9d0bb326fc2af99cad8d0689fa57305c
SHA1: daf0a764b0434df655a56d58340b8695afe2458b
SHA256: 87166cda6a2cb3cf44ae36bedc2713429d10310854c02d5f138b7c60bc48fe99
Description-en: LMDB backend for Raft
This repository provides the raftmdb package. The package exports the MDBStore
which is an implementation of both a LogStore and StableStore.
.
It is meant to be used as a backend for the raft package.
.
This implementation uses LMDB. LMDB has a number of advantages to other
embedded databases includes transactions, MVCC, and lack of compaction.
.
The one disadvantage is because it is a C library, it requires the use of cgo
which complicates cross compilation. For that reason, this is in a seperate
package from raft, so that clients can avoid cgo if they so choose.
.
This package contains the source.
Description-md5: 33aca8565bdef3d2f6a3b07c0bf04854
Homepage: https://github.com/hashicorp/raft-mdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu