Version: 0.15.0
Date: 2024-07-28
zadm
- zone management tool.
To build zadm
you require perl and gcc packages on your
system.
Get a copy of zadm
from https://github.com/omniosorg/zadm/releases
and unpack it into your scratch directory and cd there.
./configure --prefix=$HOME/opt/zadm
gmake
Configure will check if all requirements are met and give hints on how to fix the situation if something is missing.
Any missing perl modules will be built and installed into the prefix directory. Your system perl will NOT be affected by this.
To install the application, just run
gmake install
Check the man page for information about how to use zadm
.