How to Install zookeeper-bin in Ubuntu 18.04



Install zookeeper-bin by entering the following commands in the terminal:

sudo apt update
sudo apt install zookeeper-bin

Description:

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.

Homepage: https://zookeeper.apache.org

Version: 3.4.10-3

Section: universe/misc