4.3. Mondo 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 mondo-2.xx.tgz
bash# cd mondo-2.xx
bash# ./configure
bash# make && make install

This installs mondo into /usr/local/lib/mondo and installs the programs into /usr/local/sbin

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

bash# rpm -Uvh /tmp/mondo-2.x-x.i386.rpm
or
bash# dpkg -i /tmp/mondo-2.x-x.deb

This installs mondo into /usr/lib/mondo and installs the programs into /usr/sbin