install

dependencies

mandatory

optional


rpm package

As this software work on rpm packages, it is naturally provided as an rpm package, independent from operating system (noarch type).
It can be installed by the rpm -Uvh rpmorphan*.noarch.rpm command

tar.gz package

It is also provided as a tar.gz, which can be installed by :
  1. tar xvfz rpmorphan-{version}.tgz
  2. cd rpmorphan*
  3. make
  4. make install
PS : the rpm package can be built from tar.gz by the rpmbuild -tb rpmorphan*.tar.gz command.

back to main page