Re: zeek package manager on host not connected to internet

Jon Siwek <[email protected]> Fri, 1 Nov 2019 13:06:10 -0700
Newsgroups gmane.comp.security.detection.bro
Message-ID <CAMzgZ0Jyg4TOaqJEX54z_Qe_PNgW9iKfVFMxiwUaWy74wW9b=Q@mail.gmail.com>
On Fri, Nov 1, 2019 at 4:46 AM venkatesh bandari <[email protected]> wrote:

> do i need to install zkg on another system( lf yes,iam having a problem installing zkg using pip)

Yes, the easiest way to unbundle would be to have `zkg` do it.  Also,
`pip` itself doesn't necessarily need internet to install `zkg` if you
want to just download the source directly and use it.  For example:

  wget https://github.com/zeek/package-manager/archive/v2.0.7.tar.gz
  # Transport the tarfile however you need to get it where it has to be.
  tar -xzf v2.0.7.tar.gz
  pip install package-manager-2.0.7/

Or if the issue is using `pip` at all, you can install manually in the
usual setuptools way.  E.g. `python setup.py install`.

- Jon
_______________________________________________
Zeek mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/zeek