uninstalling zeek

I overlooked two things:

There's no uninstall target in our distribution

You can use cmake's generated manifest (see build/install_manifest.txt) for a list of files to remove, which is much more surgical than ...

- Simply rm -rf the zeek directory you installed into

... this, which only works when you configured with a --prefix that installs Zeek into a unique destination.

Hope this helps,
Christian