Install a Solaris directory-based package

Home -> UNIX -> Solaris -> System administration

9000 views

From the computer of: qmchenry (338 recipes)
Created: Jan 26, 2004


0 comments:
View all comments

Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

Once a directory-based package is untarred into the directory structure (in a directory with the name of the package), it can be installed with the pkgadd command.

Given a package called SUNWtchrx whose directory is in the current working directory, use:

pkgadd -d . SUNWtchrx


The -d option specifies the directory (more generally, the device) that contains the package directory. Multiple packages can be installed by adding additional package names to the end of the command or by specifying a wildcard such as * or SUNW*

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Install a Solaris datastream package
  Remove a Solaris package with pkgrm
  Solaris: list installed packages with pkginfo
  Solaris: list detailed package information with pkginfo
  Solaris: Create a mount point
  Remove or backout patches in Solaris
  Add a user from the command line in Solaris
  creating a solaris 8 flash archive boot disk
  Login to Solaris desktop from Windows using Cygwin
  Install patches manually in Solaris

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.