darling icon indicating copy to clipboard operation
darling copied to clipboard

pkgutil is missing expand

Open superbonaci opened this issue 4 years ago • 1 comments

Errors: Expand according to man pkgutil

pkgutil --expand Command\ Line\ Tools.pkg ~/Downloads/
pkgutil: unrecognized option `--expand'

superbonaci avatar Sep 10 '21 23:09 superbonaci

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.

superbonaci avatar Mar 04 '24 10:03 superbonaci