An rpm is simply a compressed folder that contains the source of the programm you want to install
First check to see if a rpm is installed on your system
rpm
If you get a response rpm command not found install the rpm programm
sudo apt-get install rpm
simply guide to the folder that the rpm file is located and tun the following command
sudo rpm -ivh nameOfTheFile.run