-
Uninstalling packages on Mac OS X
Here is a small HOWTO for uninstalling Mac OS X Installer flat packages using native pkgutil. Getting a list of the installed packages, which contain the application name: $ pkgutil –pkgs | grep the-application-name If you found the package name you are looking for, let’s get info and the list of installed files for this package: $ pkgutil –pkg-info […]