Resources Downloads Account Logout Contact
 
Getting Started
 

All packages are available on this site for download. Packages are available in either pkg-inst format for installation with our pkgutils suite (recommended) or in the format used for installation by the native package management tools (e.g. pkgadd, rpm, setld, swinstall). Packages downloaded in the native format are delivered as zip archives. This is done because the package might contain multiple subpackages or if the package has dependencies. Packages downloaded in pkg-inst format are delivered as a single package.pkg-inst file or as a zip archive if the package has dependencies.

Selecting which format to download the packages in is a configurable preference. If a package has dependencies they are automatically downloaded unless specified otherwise in your preference settings.

Installing packages downloaded in pkg-inst format is done as follows:
  # pkg-inst package.pkg-inst [package.pkg-inst ...]

Installing packages downloaded in the native package format is done as follows:
  (AIX)
    # installp -acqQ -d instance.bff instance
  (HP-UX)
    # swinstall -s instance.depot instance
  (IRIX)
    # inst -a -V exitop_limit:300000 -V overprint:off \
    -V show_files:on -f . -I instance
  (Redhat Linux)
    # rpm -Uv instance.rpm instance.rpm ...
  (Solaris)
    # pkgadd -d . instance
    # pkgadd -d . instance
    # pkgadd -d . ...
  (Tru64 UNIX)
    # setld -l instance

 
Resources
Release Notes
Getting Started
Package Utilities Suite
Package Internals
Mirroring Repository
GPG Public Key
 
Getting Started
Installing RPM
Installing pkgutils
Remote Installation
Downloading Packages