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
Recommended Reading
- Howto Install VMWare tools on Ubuntu 6.10 Edgy Eft
- QEMU: Installing Windows XP on Ubuntu Dapper
- How to use FTP filesystem on Ubuntu using CurlFtpFS
- Tutorial : How to create Debian .deb package
- Google denies plan releasing Google Desktop OS
- Introducing Debian From Scratch (DFS)
- Create your own Debian/Ubuntu (*.deb) package














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.