DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Installing, managing, and removing software

Checking the accuracy of a spooled package (pkgchk -d)

To check the accuracy of a spooled package instead of an installed package, use the pkgchk(1M) command.

The checks made for a spooled package are limited because not all information can be audited until a package is installed.

To check the accuracy of a spooled package, enter:

pkgchk -d spool_dir_name pkgname

spool_dir_name is the directory into which the package was spooled (or the device onto which it was spooled) and pkgname is the name of the package to check.

For example, to look in the spool directory spooldir and check the accuracy of a package named pkgA, enter:

pkgchk -d spooldir pkgA


NOTE: If pkgA is a SIP, then the SIP itself is checked, but the packages that are members of the set are not.

To check the packages that comprise a set, run pkginfo(1) to determine the name of each package in the set, and then run pkgchk for the individual packages.



© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 22 April 2004