How to Install libzookeeper-java in Ubuntu 18.04



Install libzookeeper-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libzookeeper-java

Description:

Core Java libraries 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 java .jar files.

Homepage: https://zookeeper.apache.org

Version: 3.4.10-3

Section: universe/java