Using alien, I can convert RPM format package into .deb package.
The question is, which is the best way to handle RPM format package in Ubuntu/Debian? Should I use alien to convert it to .deb and install using dpkg, or install RPM and use it to install the the RPM format package?