How to Install and Uninstall python3-kazoo Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python3-kazoo" package

This guide covers the steps necessary to install python3-kazoo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-kazoo

2. Uninstall "python3-kazoo" package

Here is a brief guide to show you how to uninstall python3-kazoo on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-kazoo package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-kazoo
Priority: optional
Section: universe/python
Installed-Size: 479
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: kazoo
Version: 2.2.1-1ubuntu1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Suggests: python-kazoo-doc
Filename: pool/universe/k/kazoo/python3-kazoo_2.2.1-1ubuntu1_all.deb
Size: 79758
MD5sum: b08c2acd07d43b1d19ca7c0d8179d8e0
SHA1: 06a0c87dc739e7cd10e637a02d3f7da17a7a3482
SHA256: b07d6bae36e68faa97d596ec7447d18d790869c1323d80752c9bdc17efeff427
Description-en: 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: a9e97cd24531c76bdda8e11541c5c938
Homepage: https://kazoo.readthedocs.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu