iCoreTech Research Labs Just a placeholder

20Aug/091

Remove every file that a .pkg provides on OS X

pkg_iconSometimes we have to install new software that comes only into a form of .pkg .

Sadly when we are done with it and decide to uninstall, developers didn't took this into account, leaving all kind of files in our system.

This line of code tries to take care of those files.

lsbom  -f -l -s /Library/Receipts/package_here.pkg/Contents/Archive.bom  | (cd /; sudo xargs rm)

No related posts.

Comments (1) Trackbacks (0)

Leave a comment


No trackbacks yet.

Additional comments powered by BackType