pkgutil: add --expand-full (#4208)
This commit is contained in:
@@ -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}}`
|
||||||
|
Reference in New Issue
Block a user