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 :
tar xvfz rpmrestore-{version}.tgz
cd rpmrestore*
make
make install
ps : the rpm package can be built from tar.gz by the
rpmbuild -tb rpmrestore*.tar.gz
command.
back to main page