views:

391

answers:

3

Hi I am using 64 bit fedora10 linux. I have created rpm file for my software. It works fine. But my software doesnot works good or ubuntu and debian linux because they want .deb file.

So How to convert my .rpm file into .deb file

Thanks Sunil Kumar Sahoo

A: 

Sounds like a job for a (legal) alien: http://packages.debian.org/lenny/alien

Carl Smotricz
Hu carl, Whether I have to use ubuntuu linux or I can do in fedora linux.
Deepak
Well, alien is a debian (= Ubuntu) application so it's sure to run most easily there. But it also runs on Fedora: <http://www.hccfl.edu/pollock/AUnix1/alien/>
Carl Smotricz
+1  A: 

Hi, You can also use debootstrap package to create Debian/Ubuntu chroot and build .deb package inside it. It would be better then just converting from existing RPM to DEB.

BR, Dawid.

Czlowiekwidmo
A: 

please have a look on the below link. This link tells how to convert rpm into deb also it tells how to install rpm on deb.

http://tarique21.wordpress.com/2009/07/13/howto-convert-redhat-and-fedora-rpm-files-to-deb-files-in-ubuntu/

Deepak