pkgutil: add page (osx) (#3755)

This commit is contained in:
Peter Tripp
2020-01-21 07:17:11 -05:00
committed by Starbeamrainbowlabs
parent 7916181b6e
commit 050891747e

15
pages/osx/pkgutil.md Normal file
View File

@@ -0,0 +1,15 @@
# 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}}`