JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 11 Express Image Packaging System Guide     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Introduction to the Image Packaging System

2.  IPS Graphical User Interfaces

3.  Working With Packages

4.  Creating and Managing Images

A.  IPS Command Reference

IPS Commands

pkg(1) Man Page

Glossary

IPS Commands

The pkg(5) man page describes the Image Packaging System. The pkg(5) man page defines an IPS package and discusses IPS package names, versions, and FMRIs. The pkg(5) man page defines an IPS action and describes many different kinds of actions. The pkg(5) man page describes actuators, properties, and image policies.

The Image Packaging System software provides the following commands:

packagemanager(1)

Opens the Package Manager tool, which is the IPS GUI. See Using Package Manager for more information.

pkg(1)

Lists, searches, installs, updates, and uninstalls packages. Manages package publishers.

See the following sections for more information:

pkg.depotd(1M)

Creates package repositories and manages or provides network access to existing package repositories.

pkgdepend(1)

Analyzes package dependencies. Used by package publishers to generate and resolve dependencies for packages.

pkgdiff(1)

Compares two package manifests and reports differences.

pkgfmt(1)

Formats a package manifest, sorting actions by type and placing key attributes first.

pkglint(1)

Performs verification operations on IPS package manifests, including tests for duplicate actions, missing attributes, and unusual file permissions.

pkgmogrify(1)

Provides for the automated editing of package manifests to simplify the typical transformations needed when automating software builds and package republication.

pkgrecv(1)

Retrieves the contents of a package from a package repository. The retrieved package can then be modified and republished using the pkgsend command.

pkgrepo(1)

Creates and manages package repositories.

pkgsend(1)

Publishes packages to a package repository.

pkgsign(1)

Adds a signature action, with specified key and certificates, to a package in a repository without changing the timestamp of the package.

pm-updatemanager(1)

Opens the Package Manager tool, which is the IPS GUI. See Using Package Manager for more information.