|
|
|
|
|
by bartvk
20 days ago
|
|
I try to always install with Homebrew. Because then you can uninstall with the --zap option, for example: $ brew uninstall --zap aerospace
Usually it blows away everything associated with the app, including cached files, configuration in ~/Library and ~/.config, etc. Very useful. It'll leave a non-functional login item which isn't active and can't be active. |
|
For .pkg files, there's UninstallPKG which reads the package manifest and properly uninstalls it.