pkgutil --expand <pkg-path> <dir-path>
Expand the flat package at pkg-path into a new directory specified by dir-path
Arguments
| Name | Description | 
|---|---|
| pkg-path | The path to the flat package to expand | 
| dir-path | The path to the directory to expand the package into |