Hey Craig,
OK, maybe it's cause it's the end of the week and my brain is fried, but I
can't find the documentation to uninstall zeek.
That's because you can't -- you must now run it for all eternity.
(kidding!)
Basically, I need to remove an old version from one server so I can install
a new version somewhere else...a link to the documentation would be great....
There's no uninstall target in our distribution, but uninstalling should be pretty straightforward. Assuming you installed from source:
- Simply rm -rf the zeek directory you installed into
If you used zkg:
- If you installed it from pip, "pip uninstall zkg"
- If you have a ~/.zkg folder, rm -rf that as well.
You may want to check out our binary packages:
They'll simplify installing when you return, and uninstalling further down the road as well.
Best,
Christian