install

dependencies


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 rpmrestore*.noarch.rpm command

tar.gz package

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