# install alien
apt-get install alien
# Convert to .deb alien -k --scripts filename.rpm
# Install .deb dpkg -i filename.deb