Install a Solaris directory-based package

Contributor Icon Contributed by qmchenry  
Tag Icon Tagged: Solaris system administration  


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*

 

No Comments -


No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment -