How to see and manually remove all files installed with a pkg?
- List all installed packages:
pkgutil –pkgs - Show package info for special one:
pkgutil –pkg-info <package-id> - List all files and folders installed with this package:
pkgutil –files <package-id> - List only files:
pkgutil –only-files –files <package-id> - List only folders:
pkgutil –only-dirs –files <package-id> - Check files and folder names and manually remove it with
rm -rforrmdir, please be careful and do not remove important system folders! - Remove package from pgkutil db:
pkgutil –forget <package-id>
https://gist.github.com/githubutilities/b5318d08a4b970d104f1
http://superuser.com/questions/36567/how-do-i-uninstall-any-apple-pkg-package-file