1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/pkgutil.md
2020-01-21 12:17:11 +00:00

15 lines
345 B
Markdown

# pkgutil
> Query and manipulate Mac OS X Installer packages and receipts.
- List package IDs for all installed packages:
`pkgutil --pkgs`
- Verify cryptographic signatures of a package file:
`pkgutil --check-signature {{filename.pkg}}`
- List all the files for an installed package given its ID:
`pkgutil --files {{com.microsoft.Word}}`