-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
- 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
rm -r ~/Library/Containers/com.aone.keka.KekaFinderIntegration
Hope it's just to make a fresh install 😅
Keka, the macOS file archiver (https://www.keka.io)