olzneo.blogg.se

How to completely uninstall a program on mac
How to completely uninstall a program on mac










how to completely uninstall a program on mac how to completely uninstall a program on mac

The list of directories output by pkgutil -files can include important shared directories like usr, which you don't want to remove. $ pkgutil -only-files -files package-name.pkg | tr '\n' '\0' | xargs -n 1 -0 -p sudo rmīe careful of the next (final) step, which removes directories. Use this to list the package's installed files: $ pkgutil -files package-name.pkgĪfter visually inspecting the list of files you can do something like this to remove them: $ cd / # assuming the package location is / To find the package location (the root directory that all file listings will be relative to), use $ pkgutil -pkg-info package-name.pkg

how to completely uninstall a program on mac

I'm modifying answer, which didn't work for me.Īt a command line, use the following to find the desired package name: $ pkgutil -pkgs | grep -i is a string you expect to see in the package name.












How to completely uninstall a program on mac