Skip to content

Instantly share code, notes, and snippets.

@JoshCheek
Last active October 31, 2023 23:36
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save JoshCheek/8ee060600f69018a1a3faa284dbf4751 to your computer and use it in GitHub Desktop.
Save JoshCheek/8ee060600f69018a1a3faa284dbf4751 to your computer and use it in GitHub Desktop.
How to uninstall Snap Camera on Mac OS X
# these are reconstructed from a shell session without runnig them, so make
# sure you check that it's a sane thing to do before running it, I make no
# guarantees of fitness, and accept no liability. Run at your own risk.
sudo launchctl remove com.snap.SnapCameraRemover
rm -r ~/Library/Caches/Snap/
rm -r ~/Library/Caches/com.snap.SnapCamera/
rm -r ~/Library/Preferences/Snap/
rm ~/Library/Preferences/com.snap.SnapCamera.plist
rm ~/Library/Preferences/com.snap.Snap\ Camera.plist
sudo rm -rf /Applications/Snap\ Camera.app/
# my camera didn't work again until I ran this one:
sudo rm -r /Library/CoreMediaIO/Plug-Ins/DAL/SnapCamera.plugin
# if this doesn't work for you, know that the "Snap Camera 1.0.0.pkg" installer
# is just a tape archive, so you can `tar -xf Snap\ Camera 1.0.0.pkg` and then
# start analyzing the files, which is how I figured it out. To analyze them,
# I used `file whatever_file` to discover that most of them are just gzipped,
# and then I would do `mv whatever_file whatever_file.gz` so that I could
# `gunzip whatever_file.gz`, at which point I could open it in my editor.
# The relevant one for me was `Scripts`, which, after gunzipping,
# turned out to be a shell script that contained the install locations.
@mlalkaka
Copy link

Thank you! This worked for me. I first tried removing Snap Camera by moving it from the Applications folder (in Finder) into the Trash. But that didn't cleanly remove it; I could still see "Snap Camera" in my cameras list. These instructions cleaned up the rest for me.

@fime-arsen
Copy link

Thanks!

@gia1022
Copy link

gia1022 commented Jan 29, 2019

I still don't understand what im supposed to do to get the snap cam off of my Mac

@davidquintana
Copy link

davidquintana commented Mar 8, 2019

Instructions provided by snap:

launchctl remove com.snap.AssistantService

rm ~/Library/LaunchAgents/com.snap.AssistantService.plist

rm -r ~/Library/Caches/Snap/Snap\ Camera

rm -r ~/Library/Preferences/Snap/Snap\ Camera

osascript -e 'do shell script "launchctl remove com.snap.SnapCameraRemover; rm /Library/LaunchDaemons/com.snap.SnapCameraRemover.plist; rm -r /Library/CoreMediaIO/Plug-Ins/DAL/SnapCamera.plugin; exit 0" with administrator privileges'

Source:
https://snapcamera.snapchat.com/guides/uninstalling-snap-camera/

@foxeames
Copy link

foxeames commented Dec 7, 2020

Thank you @JoshCheek! This worked for me. A really akward uninstall process. I don´t recommend this app.

@ashwinbangalore
Copy link

Thanks SO much @JoshCheek. What a pain in the ass application.

@liviasong
Copy link

If an application purposely does not allow a clean uninstall due to dark design choices, I am definitely not going to download it again in the future when I have use for it again. I will find something better. Fix your sh*t, snapchat, desperation is not a good look.

@eliecerUribe
Copy link

Nice solution! Thanks, dude.

@BETTERFUTURE4
Copy link

thanks!🔥

@SlowGen
Copy link

SlowGen commented Apr 29, 2022

This has saved me. Thank you.

@JoshCheek
Copy link
Author

JoshCheek commented May 14, 2022

Can you check if you need to also sudo launchctl remove com.snap.SnapCameraRemover? I first tweeted this (here) and commented that I had also done that, but it's not in that gist. If someone tries it, LMK, and I'll add it in if it's relevant.

@mienaikoe
Copy link

thank you! This was bothering me for so long!

@georgeinmexico
Copy link

This worked for me. Thank you!!

@ceyhanbekiroglu
Copy link

Thank you, this worked for me. ✌️

@ArtemFedorchuk
Copy link

Thanks man 🥇

@datermine
Copy link

Thaaaank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment