if you want to install a RPM through the linux shell command, run this command to do that:

application = the name of the rpm you want to insta
CODE:
rpm -Uvh application


Remember to change application to whatever your rpm is called.