Hi all.
“I have downloaded the RPM file and I want to know what it contains…” sure why not… use this command:
rpm -qlp /path/to/file.rpm
and voila! The entire content of the rpm file listed including the paths where the files would be installed…
Regards.
Andy