Re: RPM list?

Matthew Hiller (matthew.hiller@yale.edu)
Thu, 29 Jul 1999 10:23:39 -0400 (EDT)

On Thu, 29 Jul 1999, David Barcelo wrote:

> Also, does anyone know where I can find a list describing the RPMs,
> especially the base package. I'm installing now but working with an
> extremely small linux partition so I'd like to install just the bare
> minimum. however, its tough to figure out exactly what the minimum is
> when I don't know what most of the RPMs are.

% rpm -qpi <package file>

should give you a pretty good idea of what a .rpm does before you install
it.

Matt