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

Last updated: May 10,2024

1. Install "zookeeper-bin" package

This is a short guide on how to install zookeeper-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install zookeeper-bin

2. Uninstall "zookeeper-bin" package

Learn how to uninstall zookeeper-bin on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: zookeeper-bin
Priority: optional
Section: universe/misc
Installed-Size: 179
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: amd64
Source: zookeeper
Version: 3.4.8-1
Depends: libzookeeper-mt2 (= 3.4.8-1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), liblog4cxx10v5 (>= 0.10.0), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Filename: pool/universe/z/zookeeper/zookeeper-bin_3.4.8-1_amd64.deb
Size: 57864
MD5sum: 956e654be9d6692985c92084ab159ff8
SHA1: 879864ebe7da944a300df7ffefcd749f832a5172
SHA256: 5ed74fc0e04fb724144f7fd2723bf802a5f5094980eef1d2eeb3d6855ab23b3f
Description-en: Command line utilities 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 additional zookeeper command line utilities using the C
binding. See the "zookeeper" package for command line utilities using the java
binding.
Description-md5: 4d0c30ad317c8e46b0d41c9e894bf571
Homepage: http://zookeeper.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu