1
0
Fork 0
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:
Peter Tripp 2020-08-09 19:26:40 -04:00 committed by GitHub
parent 3af7acb623
commit 8a5d05ba8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`