Robert Denton wrote:
That didn't work with some of the packages I attempted such as mrtg. Is there a way to tell wat the "package" name of an RPM is? Is there such a repository of information?
rpm -qp --qf '%{NAME}\n' /path/to/mrtg-blah.i386.rpm or rpm -qi /path/to/mrtg-blah.i386.rpm and look at the Name: section. Forrest --