How to Install and Uninstall python3-flor Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-flor" package

Please follow the steps below to install python3-flor on Kali Linux

$ sudo apt update $ sudo apt install python3-flor

2. Uninstall "python3-flor" package

This is a short guide on how to uninstall python3-flor on Kali Linux:

$ sudo apt remove python3-flor $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flor package on Kali Linux

Package: python3-flor
Source: python-flor
Version: 1.1.3-2
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5576
SHA256: 5698ece144ca573541645ac2b3c1c0e034ddcfd3c10d1af0721bc56ac9063bc2
SHA1: 44458566eaa09df30313a7788a3786c75d7ac81f
MD5sum: 1ba4e7e386fdafe355d1a4c4bdaeb83f
Description: efficient Bloom filter library (Python3 version)
Flor implements a Bloom filter class. A Bloom filter has a capacity (n) and a
false positive probability (p) that gives the probability that a filter filled
to capacity (i.e. with (n) distinct values inserted) will return True for an
element that is not in the filter.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/DCSO/flor/
Section: python
Priority: optional
Filename: pool/main/p/python-flor/python3-flor_1.1.3-2_all.deb