bro-pkg dependencies ?

Can we specify dependent packages in bro-pkg and would bro-pkg go and resolve
(install) those dependencies by itself ?

Also, can we make the bro-pkg dump some output (notes) before? or after? pkg
installation - something like see this file for details etc ?

Aashish

At list recursively finding all of those dependencies is on the roadmap. Terry has that on his queue.

Thanks Adam!

I think we might also need to introduce the concept of pkg-conflicts too: cannot
install B if A is installed.

Aashish

Can we specify dependent packages in bro-pkg and would bro-pkg go and resolve
(install) those dependencies by itself ?

Yep. Here's one that does..
  top-dns/bro-pkg.meta at master · corelight/top-dns · GitHub

Also, can we make the bro-pkg dump some output (notes) before? or after? pkg
installation - something like see this file for details etc ?

bro-pkg tells you that it's going to install dependencies and asks if you want to proceed. If you want to see how it works, install the corelight/top-dns package.

   .Seth

Ah! Nice. Yes, this is what I was looking for. Thanks for the pointer Seth!