you wont belive this but the command to install rpm files is rpm. try to get the deb files if you can and install it with dpkg.

rpm -i somefile.rpm
or
dpkg -i somefile.deb

read the man pages for both rpm and dpkg.