Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

How to run/attach PrettyZoo to zookeeper? #210

Answered by tigersizer
zxcvwrs asked this question in Q&A
Discussion options

You must be logged in to vote

Same question from CentOS 8.

$ sudo rpm -i prettyzoo-1.9.4-1.x86_64.rpm 
$ prettyzoo
bash: prettyzoo: command not found...

You can figure it out from (obviously will not work on a .deb file with dpkg, but I'm sure the Intertubes will tell you how to find out what is inside):

$ sudo rpm -ql prettyzoo

For whatever reason, it installed itself in /opt/prettyzoo/bin/prettyZoo.
Gtk is not entirely happy (Failed to load module "canberra-gtk-module"), but it fired up just fine.

You can make life easier with:

$ echo "/opt/prettyzoo/bin/prettyZoo" > ~/bin/prettyZoo
$ chmod +x ~/bin/prettyZoo

You may need to "mkdir ~/bin", if you haven't used it before.
You may need to add ~/bin to the PATH in ~/…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zxcvwrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants