moetiker / zadm

zone management tool

Home Page:https://omnios.org/setup/zadm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zadm

Unit Tests

Version: 0.14.1

Date: 2023-10-29

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.

About

zone management tool

https://omnios.org/setup/zadm

License:GNU General Public License v3.0


Languages

Language:Perl 89.9%Language:Shell 8.2%Language:Makefile 1.0%Language:M4 0.9%