[go: nahoru, domu]

Skip to content

Uninstall Keka

aONe edited this page Jan 24, 2023 · 12 revisions

If you need to uninstall Keka, here are some Terminal.app scripts to to it completely. Just copy those commands and paste them to the Terminal.app, found at the Applications -> Utilities folder.

1. Delete the Keka.app, that should be located at your Applications folder. You may need to tupe your administrator password:

rm -r /Applications/Keka.app

2. Delete the preferences:

  • Version 1.1.0 and newer
defaults remove com.aone.keka;
rm -r ~/Library/Containers/com.aone.keka;
rm -r ~/Library/Group\ Containers/4FG648TM2A.group.com.aone.keka;
  • Version 1.0.X and older
defaults remove com.aone.keka
rm ~/Library/Preferences/com.aone.keka; rm -r ~/Library/Application Support/Keka

3. Delete the Finder Extension preferences (version 1.2.0 or newer):

rm -r ~/Library/Containers/com.aone.keka.KekaFinderIntegration

Hope it's just to make a fresh install 😅