pkgutil: add --expand-full (#4208)

This commit is contained in:
Peter Tripp
2020-08-09 19:26:40 -04:00
committed by GitHub
parent 3af7acb623
commit 8a5d05ba8b

View File

@@ -8,8 +8,12 @@
- Verify cryptographic signatures of a package file: - 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: - List all the files for an installed package given its ID:
`pkgutil --files {{com.microsoft.Word}}` `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}}`