On Sun/Solaris Systems

The release for Solaris is provided in the Solaris paackge format, the file name is Jamaica-version-solaris-target.pkg.Z. Super user (root) privileges are required to install the package:

  
      > su
      Password: 
      # 
  

The package first needs to be decompressed using uncompress, before it can be installed using pkgadd:

  
      # uncompress Jamaica-<version>-linux-gnu-<target>.pkg.Z
      # pkgadd -d Jamaica-<version>-linux-gnu-<target>.pkg
      #