pkgutil: add --expand-full (#4208)
This commit is contained in:
parent
3af7acb623
commit
8a5d05ba8b
|
|
@ -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}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue