In a terminal window, type:
For RHEL/CentOS/Oracle Linux
yum install zookeeper
For SLES
zypper install zookeeper
For Ubuntu
apt-get install zookeeper
![[Note]](../common/images/admon/note.png)
Note Grant the zookeeper user shell access on Ubuntu.
usermod zookeeper -s /bin/bash
In a terminal window, type:
For RHEL/CentOS/Oracle Linux
yum install zookeeper
For SLES
zypper install zookeeper
For Ubuntu
apt-get install zookeeper
![]() | Note |
|---|---|
Grant the zookeeper user shell access on Ubuntu. usermod zookeeper -s /bin/bash |
