Install a Solaris directory-based package

Contributor Icon Contributed by qmchenry Date Icon January 26, 2004  
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*

Previous recipe | Next recipe |
 
blog comments powered by Disqus