Howto Install .rpm Files in Debian

2007 November 15

Some time you might find some applications are having only .rpm files but you want a .deb package for your debian,Ubuntu and other debian derived ditributions.If you can’t find .deb debian package in any of the debian,ubuntu repositories or elsewhere, you can use the alien package converter to install the .rpm file.

Full Story

One Response leave one →
  1. 2008 July 2
    MadRoot permalink

    use alien

    $sudo apt-get install alien

    $sudo alien -k archive.i386.rpm

    $sudo dpkg -i archive.i386.deb

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS