Skip to content

omniosorg/zadm

Repository files navigation

zadm

Unit Tests

Version: 0.14.3

Date: 2024-04-15

zadm - zone management tool.

Setup

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.