I have a file with a .rpm extension that I need to install on redhat. I'm guessing pkgadd would do the trick but it can't find pkgadd anywhere on the system, I did a type, a whereis, a which, no luck.
Hmm, does your script allow installation to a particular path? RPM requires that a package be able to build/install itself within the /usr/src/redhat tree during the ...
If you like the latest and greatest version of everything and you use an RPM based system you probably want to learn how to create RPMs. You don't have to, you can ...