Install python-pybloomfiltermmap
Installing python-pybloomfiltermmap package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-pybloomfiltermmap
python-pybloomfiltermmap package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-pybloomfiltermmap |
version | 0.3.14-0.1+b1 |
description | Bloom filter (bloomfilter) for Python built on mmap |
subsection | python |
maintainer | Luciano Bello |
Uninstall python-pybloomfiltermmap
To remove just python-pybloomfiltermmap package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-pybloomfiltermmap
Uninstall python-pybloomfiltermmap and it’s dependent packages
To remove the python-pybloomfiltermmap package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-pybloomfiltermmap
Purging python-pybloomfiltermmap
If you also want to delete configuration and/or data files of python-pybloomfiltermmap from Debian Sid then this will work:
sudo apt-get purge python-pybloomfiltermmap
To delete configuration and/or data files of python-pybloomfiltermmap and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-pybloomfiltermmap