Subscription Options:
-
Recent Posts
-
Recent Comments
- How To Get Music Off your iPhone | Geeky Ninja on How To Get Music Off your iPod
- Sharninder on Grooveshark: Listen to unlimited music online for Free
- Briefgold on Grooveshark: Listen to unlimited music online for Free
- Matjaz on Recover data from an iPhone backup
- Simon on Recover data from an iPhone backup
Most Popular Posts
- 3%Manipulate and Manage PDF files using Preview - Mac
- 3%HowTo install RockBox on your iPod
- 2%Grooveshark: Listen to unlimited music online for Free
- 2%Glide OS - A web based free operating system
- 2%Want to see what the Google Wave Hype is all about ? We've got invites for you
- 2%Find the cheapest books on Amazon using CheapRiver
- 2%Monitor your websites for free using WasitUp?
- 1%December Roundup - Best of the Web
- 1%How To Get Music Off your iPhone
- 1%How to add Facebook chat to iChat on Mac OS X
Categories
Archives

How to install *.rpm files in Ubuntu
But, even then there might be times when you want to install an application which is available only in the .rpm format. If you use Ubuntu or any other Debian distribution, Alien might be able to help you.
Alien is a program that converts between the rpm, dep, stampede slp, and slackware tgz file formats. If you want to use a package from another distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and install it.
Alien is available in the Ubuntu repository so you can install it by using the following command
To convert an rpm file to deb, use the following command
Where package.rpm is the rpm package that you want to convert. The ‘-k’ option is to tell alien to keep the same version number on the resulting .deb as the rpm file.
Alien can also convert .deb packages to .rpm and the command to do that is
Where package.deb is the deb package that you want to convert.
Programmer, blogger and a geek making a living shifting bits around the Internet. Sharninder is the owner of Geeky Ninja
Related Posts