JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Transitioning From Oracle Solaris 10 to Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Transitioning From Oracle Solaris 10 to an Oracle Solaris 11 Release (Overview)

2.  Transitioning to an Oracle Solaris 11 Installation Method

3.  Managing Devices

4.  Managing Storage Features

5.  Managing File Systems

6.  Managing Software and Boot Environments

Oracle Solaris 11 Package Changes

Oracle Solaris 10 SVR4 and IPS Package Comparison

IPS Installation Package Groups

Displaying Information About Software Packages

Updating the Software on Your Oracle Solaris 11 System

Installing Maintenance Updates on an Oracle Solaris 11 System

How to Configure the Oracle Solaris support Repository

Managing Boot Environments

Tools for Managing Boot Environments

Reviewing the Initial ZFS BE After an Installation

How to Update Your ZFS Boot Environment

7.  Managing Network Configuration

8.  Managing System Configuration

9.  Managing Security

10.  Managing Oracle Solaris Releases in a Virtual Environment

11.  Managing User Accounts and User Environments

12.  Managing Desktop Features

A.  SPARC Automated Installation Scenario

Displaying Information About Software Packages

To display information about software packages, refer to the following examples. No special privileges are required to display information about packages.

List the packages that are currently installed on your system:

$ pkg list | more

Determine whether a specific package is installed in the current image and whether an update is available.

$ pkg list amp
pkg list: no packages matching 'amp' installed

Display more information about a package that is not installed. Use the -r option to query the package repository, as follows:

$ pkg info -r amp
          Name: amp
       Summary: 
         State: Not installed (Renamed)
    Renamed to: web/amp@0.5.11-0.133
                consolidation/sfw/sfw-incorporation
     Publisher: solaris
       Version: 0.5.11
 Build Release: 5.11
        Branch: 0.133
Packaging Date: Wed Oct 27 18:31:05 2010
          Size: 0.00 B
          FMRI: pkg://solaris/amp@0.5.11,5.11-0.133:20101027T183105Z

          Name: group/feature/amp
       Summary: AMP (Apache, MySQL, PHP) Deployment Kit for Oracle Solaris
   Description: Provides a set of components for deployment of an AMP (Apache,
                MySQL, PHP) stack on Oracle Solaris
      Category: Meta Packages/Group Packages (org.opensolaris.category.2008)
                Web Services/Application and Web Servers (org.opensolaris.category.2008)
         State: Not installed
     Publisher: solaris
       Version: 0.5.11
 Build Release: 5.11
        Branch: 0.175.1.0.0.24.0
Packaging Date: Tue Sep 04 18:03:28 2012
          Size: 5.46 kB
          FMRI: pkg://solaris/group/feature/amp@0.5.11,5.11-0.175.1.0.0.24.0:20120904T180328Z

          Name: web/amp
       Summary: 
         State: Not installed (Renamed)
    Renamed to: group/feature/amp@0.5.11-0.174.0.0.0.0.0
                consolidation/ips/ips-incorporation
     Publisher: solaris
       Version: 0.5.11
 Build Release: 5.11
        Branch: 0.174.0.0.0.0.0
Packaging Date: Wed Sep 21 19:15:02 2011
          Size: 5.45 kB
          FMRI: pkg://solaris/web/amp@0.5.11,5.11-0.174.0.0.0.0.0:20110921T191502Z

If you know the name of the tool that you want to install, but not the name of the package, use the search subcommand in one of the following ways:

$ pkg search /usr/bin/emacs
INDEX      ACTION VALUE         PACKAGE
path       file   usr/bin/emacs pkg:/editor/gnu-emacs@23.4-0.175.1.0.0.24.0
$ pkg search file::emacs
INDEX      ACTION VALUE                PACKAGE
basename   file   usr/share/info/emacs pkg:/editor/gnu-emacs@23.4-0.175.1.0.0.24.0
basename   file   usr/bin/emacs        pkg:/editor/gnu-emacs@23.4-0.175.1.0.0.24.0