How to Install golang-github-dcso-bloom-cli in Ubuntu 18.04



Install golang-github-dcso-bloom-cli by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-dcso-bloom-cli

Description:

highly efficient bloom filter implementation for Go, CLI tool

Bloom is a simple library that provides a very efficient implementation of Bloom filters for the Go language. This package provides a command line tool that can be used to easily create Bloom filters with desired capacity and false positive probability. Values can be added to filters through standard input, which makes it easy to use the tool in a pipeline workflow.

Homepage: https://github.com/DCSO/bloom

Version: 0.2.0-1

Section: universe/devel