mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
pkgutil: add page (osx) (#3755)
This commit is contained in:
parent
7916181b6e
commit
050891747e
1 changed files with 15 additions and 0 deletions
15
pages/osx/pkgutil.md
Normal file
15
pages/osx/pkgutil.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue