rpmrebuild's install
As rpmrebuild is designed to work with rpm, it is packaged in rpm format.
which package to choose
- rpm4.noarch.rpm : is for current linux distributions, which use rpm 4.x releases
- rpm3.noarch.rpm : is for very old linux distributions, which still use rpm 3.x releases
check packages
all the rpm packages are signed with my
gpg key, so you should verify
the downloaded package with
rpm -K rpmrebuild*.rpm
how to install
It is coded in shell script, so it does not depends from an os architecture or libraries, and
should install anywhere with the following command :
rpm -Uvh rpmrebuild-{version}.noarch.rpm
what if dependencies problem occurs
- you can try to build your own package from src.rpm, with the following command :
rpmbuild --rebuild rpmrebuild-{version}.src.rpm, then install the rpmrebuild-{version}.noarch.rpm file
- please send a bug report
back to main page