On Sun/Solaris Systems

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

  
> su
Password: 
# 
  

The package must first 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
#