←back to thread

796 points _Microft | 1 comments | | HN request time: 0s | source
Show context
paulgpetty ◴[] No.22736970[source]
Two questions this raises, for me at least:

How do I know I’ve completely uninstalled all the things Zoom installed?

And, if Zoom provided a separate uninstaller (like many apps do) and it was verified to purge all of the stuff they installed (along with the uninstaller); would that appease people's concerns?

For now I’m sticking with the iOS app for video & their web-based experience for desktop sharing...

replies(4): >>22737015 #>>22737037 #>>22737708 #>>22737834 #
Hackbraten ◴[] No.22737834[source]
If you have Homebrew installed, you can run `brew cask zap zoomus` to get rid of all the things (as far as we know) Zoom has installed.

If you prefer to remove it manually, here’s the list of files and folders Homebrew will delete on `brew cask zap zoomus`:

https://github.com/Homebrew/homebrew-cask/blob/a6026e0a36c22...

replies(1): >>22756510 #
saagarjha ◴[] No.22756510[source]
Your list seems to be missing a couple of files that the Zoom uninstaller cleans up.
replies(1): >>22758365 #
1. Hackbraten ◴[] No.22758365[source]
That's deliberate. Homebrew always runs the Zoom uninstaller first before going through the list.

Running the uninstaller is enforced by the `pkg` declaration. See also: https://github.com/Homebrew/homebrew-cask/blob/a6026e0a36c22...