This comes up SO often, I should add this
to my instant-replies :) I've just posted it
yesterday....
Code:
rpm -ql `rpm -qa | grep -i <package you're after>` | grep bin
This will return you the name(s) of relevant
executables in about 95% of all cases...
Cheers,
Tink