mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
pkgutil: add --expand-full (#4208)
This commit is contained in:
parent
3af7acb623
commit
8a5d05ba8b
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue