    OpaL Mirror Tool
    Copyright (C) 2000  Ola Lundqvist
    $Id: INSTALL 1408 2002-03-04 20:01:33Z ola $
    For full COPYRIGHT notice see the COPYING document.

    If you want more information about the program or updated versions,
    visit the official homepage at:
      http://www.opal.dhs.org/programs/omt
    or contact the author at:
      opal@lysator.liu.se


INSTALLATION
------------

From tar archieve.
------------------

* First unpack the file and install the perl module LWP::UserAgent
  (see www.cpan.org)

* Download the omt-version.tar.gz archieve.

* Unpack the archieve, using:

    tar xfz omt-version.tar.gz

* Use the program found in the package.
  Type 'omt --help' for help on how to use it.


From deb package.
-----------------

* Download the omt-version*.deb package.
  You will find it at http://www.opal.dhs.org/programs/omt/

* Install the package (must have root privileges), using:

    dpkg -i omt-version*.deb
 


From rpm package.
-----------------

* Download the perl-cpam*.i386.rpm packages.
  You will find it at http://www.opal.dhs.org/programs/omt/RPMS

* Install the perl-cpan* packages.

    rpm -ivh perl-cpan*

  or upgrade to a new version, using:

    rpm -Uvh perl-cpan*


* Download the omt-version.i386.rpm package.
  You will find it at http://www.opal.dhs.org/programs/omt/RPMS

* Install the package (must have root privileges), using:

    rpm -ivh omt-version.i386.rpm

  or upgrade to a new version, using:

    rpm -Uvh omt-version.i386.rpm


Now you should be all set. Enjoy!

