On Sun, Jul 14, 2002 at 12:15:30PM -0500, Michael Yuan wrote:
> 
> Hi,
> 
> Does anyone know how to list all the installation steps of an RPM package
> but not actually execute those steps? If this is not possible, can I get
> a list of files in an .rpm package and their installation paths? I do not
> seem to find the right rpm command line options to do this.

You can use the p option to operate on an RPM file without actually 
installing anything:

rpm -qlp file.rpm would list where files will be installed on the system. 
I don't know how to show any other steps that would take place, perhaps 
adding the --scripts or --triggers options could give a little more info.

Daniel

_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to