RPM to DEB with Alien
From KdjWiki
If you are running a Debian based distro (such as Ubuntu) and need to install an RPM - you can convert the RPM to a DEB package using Alien.
Install Alien
$ sudo apt-get install alien
Convert RPM
$ sudo alien -k my-package.rpm
Install DEB
$ sudo dpkg -i my-package.deb