How to Install and Uninstall python-bloomfilter Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "python-bloomfilter" package

This is a short guide on how to install python-bloomfilter on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-bloomfilter

2. Uninstall "python-bloomfilter" package

Learn how to uninstall python-bloomfilter on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-bloomfilter $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-bloomfilter package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-bloomfilter
Priority: optional
Section: universe/python
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Ulises Vitulli
Architecture: amd64
Version: 2.0-1
Depends: python-bitarray
Filename: pool/universe/p/python-bloomfilter/python-bloomfilter_2.0-1_amd64.deb
Size: 8806
MD5sum: 0344f0860d3653122c851d2fdd5ba07d
SHA1: ff2961a48160c6929f92195e406dfcc46c592d80
SHA256: a01f881f900d643257ffc7f9e86e3392b7dd5a219198b4ee80e047d89df6e7ce
Description-en: Native Python implementation of the Bloom filter probabilistic data structure
This module includes both the Bloom filter probabilistic data structure,
together with a Scalable Bloom filter that allows a bloom filter to grow
without knowing the original set size.
.
Bloom filters are great if you understand what amount of bits you need to set
aside early to store your entire set. Scalable Bloom Filters allow your bloom
filter bits to grow as a function of false positive probability and size.
Description-md5: 7c7de569c17941b177ded7d6c74ebf9f
Homepage: https://github.com/jaybaird/python-bloomfilter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu