[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rpm database?
C MENZES wrote:
>
> Is there a database of all available rpms and their dependencies?
>
Of all rpms in the world? There's www.rpmfind.net. Of what's installed
on a system, then there's the databases rpm uses in /var/lib/rpm. Of a
given directory tree, find /where -name '*.rpm' -print -exec rpm -q {}
--requires, or using rpmlib and C. It's not real well documented, but I
was able to chug along with the examples in Maximum RPM when I needed
it.
--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.