How to install *.rpm in Ubuntu / Debian based operating system
Posted by mypapit on 15 Jun 2008 in GNU/Linux, Open Source, Other Operating System, Tips & Guides, Ubuntu/Debian
|
|
There are times when you need to install an application that is only available in *.rpm package in Debian GNU/Linux or Ubuntu operating system. One of the main obstacles is that Debian / Ubuntu are using *.deb based packaging system which is incompatible with RPM.
However you can easily convert RPM package to *.deb and install it afterwards, here’s how to do it :
- Install alien, its available in Debian, Ubuntu repository
- Convert rpm package using command “sudo alien -k some-binary-package.rpm”
- Install it using this command “sudo dpkg -i some-binary-package.deb
That’s all about it! Have fun installing application in your application.
Tags: binaries, binary, debian, fedora, hardy, hardy heron, linux, open source, opensource, red hat, rpm, ubuntuKeep updated with this website! : Subscribe to your email
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.














June 16th, 2008 at 9:47 pm
hi,
i would like my website http://www.fyroo.com to be review by your blog. how much does it cost?
also if possible to exchange link?
please contact me at support@fyroo.com
June 21st, 2008 at 3:22 pm
nice tips.
October 8th, 2008 at 6:41 am
Thanks for the tip
November 4th, 2008 at 10:13 pm
urhecm