Installation

If you are using a Debian GNU/Linux system use a shell and type:

$ fakeroot apt-get install ami
  

Else check whether your distribution includes ami, e.g. on a RedHat you may type:

$ rpm -iv ami
  

Or you may download the latest source tarball from http://www.kr.FreeBSD.org/~hwang/ami/. Unpack the sources, configure, make and install them using the following shell commands:

$ tar -zxvf ami-1.0.11.tar.gz
$ cd ami-1.0.11
$ ./configure
$ make
$ fakeroot make install