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

Last updated: May 06,2024

1. Install "python-zookeeper" package

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

$ sudo apt update $ sudo apt install python-zookeeper

2. Uninstall "python-zookeeper" package

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

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

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

Package: python-zookeeper
Priority: optional
Section: universe/python
Installed-Size: 98
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: amd64
Source: zookeeper
Version: 3.4.8-1
Depends: libzookeeper-mt2 (= 3.4.8-1), python (>= 2.7), python (<< 2.8), libc6 (>= 2.14)
Filename: pool/universe/z/zookeeper/python-zookeeper_3.4.8-1_amd64.deb
Size: 23206
MD5sum: 70a730c20755358152f93e6fac850f17
SHA1: 5ff45876a8aae80540d7f9d007f5fa33d55033ef
SHA256: 4e62220f2ac5b029f8d665c82ca14ae7486b535ff50af81b824264dcdb26e046
Description-en: Python bindings for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the Python bindings.
Description-md5: feeb7d7052e9b061c9f307890c4924ef
Homepage: http://zookeeper.apache.org
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu