darling
darling copied to clipboard
pkgutil is missing expand
Errors: Expand according to man pkgutil
pkgutil --expand Command\ Line\ Tools.pkg ~/Downloads/
pkgutil: unrecognized option `--expand'
Still not fixed in darling master @ 25afbc764:
$ pkgutil --expand python-3.12.2-macos11.pkg pkgs/
pkgutil: unrecognized option `--expand'
Usage: pkgutil [options] [commands]
OPTIONS:
--volume path Perform operations on specified volume ('/' by default).
--only-files List only files (use with --files command).
--only-dirs List only directories (use with --files command).
COMMANDS:
--packages, --pkgs List all installed package IDs.
--pkgs=regex List all installed package IDs that match the given regex.
--pkgs-plist List all installed package IDs, printed in plist format.
--files pkgId List files installed by package 'pkgId'.
--forget pkgId Remove package 'pkgId' from installer's database.
--pkg-info pkgId Show installation information on package 'pkgId'.
--pkg-info-plist pkgId Show installation information on package 'pkgId' in plist format.