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

Last updated: May 10,2024

1. Install "python3-kazoo" package

This is a short guide on how to install python3-kazoo on Kali Linux

$ sudo apt update $ sudo apt install python3-kazoo

2. Uninstall "python3-kazoo" package

Please follow the guidance below to uninstall python3-kazoo on Kali Linux:

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

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

Package: python3-kazoo
Source: kazoo
Version: 2.9.0-2
Installed-Size: 594
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-eventlet, python3-gevent, python3-jinja2, python3-pure-sasl, python3-six, python3:any
Suggests: python-kazoo-doc
Size: 115460
SHA256: 5d4cc5ee1a9c7ad22af97cdd06a661a6186e22d6e00a5d7d575eccff15060665
SHA1: 81495cd2ccb069b7b5c35764f643c698bde81e1f
MD5sum: d2fb1f935ed05e111bbb0ff41f537ed7
Description: higher level API to Apache Zookeeper (Python 3)
Kazoo features:
.
* A wide range of recipe implementations, like Lock, Election or Queue
* Data and Children Watchers
* Simplified Zookeeper connection state tracking
* Unified asynchronous API for use with greenlets or threads
* Support for gevent 0.13 and gevent 1.0
* Support for Zookeeper 3.3 and 3.4 servers
* Integrated testing helpers for Zookeeper clusters
* Pure-Python based implementation of the wire protocol, avoiding all the
memory leaks, lacking features, and debugging madness of the C library
.
Kazoo is heavily inspired by Netflix Curator simplifications and helpers.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://kazoo.readthedocs.io
Section: python
Priority: optional
Filename: pool/main/k/kazoo/python3-kazoo_2.9.0-2_all.deb