Generally the name of the program to run can be guessed from the filename of the rpm..
e.g : if the package is
phex2.8.6.95.rpm the executable is
phex
you can query the rpm package to find what are the files in installs to bin directories using
CODE
rpm -qp -l mypackage.rpm|grep "bin"
now you may try running these binary files..