From 8a5d05ba8b94a5f24127fac209d8f2e1c96ffd4c Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Sun, 9 Aug 2020 19:26:40 -0400 Subject: [PATCH] pkgutil: add --expand-full (#4208) --- pages/osx/pkgutil.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/osx/pkgutil.md b/pages/osx/pkgutil.md index b772950b16..613a711b6d 100644 --- a/pages/osx/pkgutil.md +++ b/pages/osx/pkgutil.md @@ -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}}`