[CentOS] Deconstruct an rpm

Tue Aug 8 10:22:36 UTC 2006
Alfred von Campe <alfred at 110.net>

On Aug 8, 2006, at 6:16, Tom Brown wrote:

> Is it possible to take an rpm apart to see what it will do to a  
> system and see what files are inside the package?

For starters, try these two commands:

   rpm -qip /path/to/your.rpm
   rpm -qlp /path/to/your.rpm

Alfred