How to Install and Uninstall golang-github-nebulouslabs-merkletree-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "golang-github-nebulouslabs-merkletree-dev" package

This tutorial shows how to install golang-github-nebulouslabs-merkletree-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-nebulouslabs-merkletree-dev

2. Uninstall "golang-github-nebulouslabs-merkletree-dev" package

Please follow the guidance below to uninstall golang-github-nebulouslabs-merkletree-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-nebulouslabs-merkletree-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-nebulouslabs-merkletree-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-nebulouslabs-merkletree-dev
Architecture: all
Version: 0.0~git20170901.0.8482d02-1
Priority: extra
Section: universe/devel
Source: golang-github-nebulouslabs-merkletree
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 69
Depends: golang-go
Filename: pool/universe/g/golang-github-nebulouslabs-merkletree/golang-github-nebulouslabs-merkletree-dev_0.0~git20170901.0.8482d02-1_all.deb
Size: 14544
MD5sum: 5e3be8bd58280beda3fe8dd76b7c0b80
SHA1: c9d33c20d11298c5db4db8a597c4c0b605571076
SHA256: bd6470303ea575cbd087a269a0d62cd83855ae6321095f56c03762efdb251fdd
SHA512: cc8a897b472e6de970cdbe07f8742ceaa0401ac45db56d69e09f12e94aecb9cf97d17e6f39785c0048d0500661ce5884657cc47c5e6adf9ff6f6003d4421685e
Homepage: https://github.com/nebulouslabs/merkletree
Description-en: Go package for working with Merkle trees
Calculate merkle roots, build and verify proofs that data is in a
merkle tree (http://en.wikipedia.org/wiki/Merkle_tree).
.
Specifically, this package is designed to facilitate the generation and
verification of "Merkle proofs" — cryptographic proofs that a given subset
of data "belongs" to a larger set. BitTorrent, for example, requires
downloading many small pieces of a file from many untrusted peers; Merkle
proofs allow the downloader to verify that each piece is part of the full
file.
.
When sha256 is used as the hashing algorithm, the implementation matches
the merkle tree described in RFC 6962, 'Certificate Transparency'.
Description-md5: 8d57bf091ae9145b71195cd2374fa69f

5. The same packages on other Linux Distributions