diff --git a/pages/osx/pkgutil.md b/pages/osx/pkgutil.md index b772950b16..613a711b6d 100644 --- a/pages/osx/pkgutil.md +++ b/pages/osx/pkgutil.md @@ -8,8 +8,12 @@ - Verify cryptographic signatures of a package file: -`pkgutil --check-signature {{filename.pkg}}` +`pkgutil --check-signature {{path/to/filename.pkg}}` - List all the files for an installed package given its ID: `pkgutil --files {{com.microsoft.Word}}` + +- Extract the contents of a package file into a directory: + +`pkgutil --expand-full {{path/to/filename.pkg}} {{path/to/directory}}`