Chapter 4. Installation

Table of Contents
4.1. Mindi Installation
4.2. Mindi Busybox Installation
4.3. Mondo Installation
4.4. RPM verifications

4.1. Mindi Installation

If you are installing from a tarball then copy it to wherever you have enough space, for example /tmp and type:

bash# cd /tmp
bash# tar -zxvf mindi-1.x.tgz
bash# cd mindi-1.x
bash# ./install.sh

This installs mindi additional files into /usr/local/lib/mindi and the program into /usr/local/sbin

Or, if you are installing from an RPM/deb then copy it to wherever you have enough space, for example /tmp and type:

bash# rpm -Uvh /tmp/mindi-1.x-x.i386.rpm
or
bash# dpkg -i /tmp/mindi-1.x-x.deb

This installs mindi additional files into /usr/lib/mindi and the program into /usr/sbin.