views:

75

answers:

2

Hi, I have already createdrpm file for my application. It works fine for Fedora linux. also the same worked fine for linux mint. But Solaris does not support rpm. So how to create installer package for solaris OS. I have solaris 10 linux as OS.

Thanks Sunil Kumar Sahoo

+1  A: 

The Solaris OS packaging format (pkgadd) is described in this Sun Solaris document.

There is also an open source project called OpenPKG that can be used on most Unix/Linux variants. I have not used it myself though.

Here is an interesting post about converting RPMs to Solaris Pkg.

Jonas Pegerfalk
A: 

Solaris packaging is the way to go. It's a little odd when you first look at it, but it's actually not too difficult once you get your head around it.

Andrew