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

Last updated: November 05,2024

1. Install "zookeeper" package

Please follow the guidance below to install zookeeper on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install zookeeper

2. Uninstall "zookeeper" package

Please follow the guidance below to uninstall zookeeper on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: zookeeper
Priority: optional
Section: universe/java
Installed-Size: 184
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.4.8-1
Depends: adduser, default-jre-headless | java6-runtime-headless, libzookeeper-java (= 3.4.8-1)
Filename: pool/universe/z/zookeeper/zookeeper_3.4.8-1_all.deb
Size: 107062
MD5sum: 7396c6cad7fb4922abb12bd76f9e045e
SHA1: 508ca153e1bc86e51fad6c5327405eaec5a37c7b
SHA256: 195e6db85e1162fa08a78cb330389e50a9207f77dbd9bfa1ad24226f50e7555d
Description-en: High-performance coordination service for distributed applications
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 shell scripts and an example configuration but does
not automatically start up the service. The example configuration is installed
with the update-alternatives mechanism.
Description-md5: 0a45f324b8251b96598372f069b4c228
Homepage: http://zookeeper.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu