Skip to content

Instantly share code, notes, and snippets.

@startergo
Created September 23, 2023 20:38
Show Gist options
  • Save startergo/f61992a61749d754462e2f63eca145fb to your computer and use it in GitHub Desktop.
Save startergo/f61992a61749d754462e2f63eca145fb to your computer and use it in GitHub Desktop.
Find the Package Installer Log details on macOS
  • Run the pkg. At the first install screen in the menu bar click File --> Show Files (Command + I).

Another useful thing to do is look at the install log.

Window --> Installer Log (Command + L)

  • To determine where it puts files after the fact (the pkg is still relevant, but you may not have it anymore) use the lsbomcommand. An example:
lsbom -f /var/db/receipts/com.growl.growl.pkg.bom

Package receipts are stored in /var/db/receipts (in 10.6).

Apple has changed the receipts location a number of times and the format and location can depend on when the package was created. You may need to look in /Library/Receipts/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment