Alien
From MEPIS Documentation Wiki
alien is a command line command that allows you to install an RPM package or just convert the RPM package into a deb file.
First, Use Synaptic to install alien.
[edit]
Single Step rpm install
To install an rpm package, open a console and type as root:
alien -i packagename.rpm
[edit]
Multi-Step rpm install
To convert an rpm package to a deb package, open a console and type as root:
alien --to-deb packagename.rpm
and then install the .deb file with KPackage or dpkg
For details, open Konqueror and type:
man:/alien
Links
What package format to download
Converting rpm packages to deb

