20Aug/091
Remove every file that a .pkg provides on OS X
Sometimes 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.
Enjoy this article?
Additional comments powered by BackType
January 29th, 2010 - 18:18
Nice one :)
Thank you!