Need help with RPM.

Hi Gurus ,

Firs Pardon my Linux Ignorance. I am trying to check the teradata package dependency on of my servers. this is the output.

rpm -qpR /tmp/BAR_SW/cliv2/cliv2-13.10.00.11-1.noarch.rpm
tdicu
TeraGSS_redhatlinux-i386
rpmlib(VersionedDependencies) <= 3.0.3-1
/bin/sh
/bin/sh
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadIsBzip2) <= 3.0.5-1

Can someone explain me what I should read the output as.

Thanks in Advance.

Looks like you would need tdcu and TeraGSS_redhatlinux-i386 to be installed in order to proceed with installing the package. Also, rpm-devel (version 4.0 at max) package needs to be installed. I am sure you already have /bin/sh :wink: