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, ubuntu
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Howto Install VMWare tools on Ubuntu 6.10 Edgy Eft
- Why I prefer Debian GNU/Linux for my web server…
- Linux Package Manager Cheat Sheet Reference Chart
- How to use FTP filesystem on Ubuntu using CurlFtpFS
- Introducing Debian From Scratch (DFS)
- QEMU: Installing Windows XP on Ubuntu Dapper
- Debian: Force users to use more secure login password with pam_cracklib


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 [email protected]
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
September 26th, 2011 at 12:05 pm
Thank you very much, i can install files .rpm in ubuntu :)