Hi I have created rpm for my software which works fine for fedora. But this fails whenever I want to install the same in linux mint. because linux mint supprts .deb file for installation. So I want to create installer package for my software which will be compatible in linux mint.

Thanks Sunil Kumar Sahoo

link|improve this question

74% accept rate
You might also get support from serverfault for this type of question. – jheddings Nov 24 '09 at 4:57
feedback

1 Answer

up vote 1 down vote accepted

Check out the program alien, which allows you to manipulate foreign packages on a linux distro. Note that this is fine for installing simple packages, but you should build the package from source if you intend to distribute to a large audience.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.