-
-
Notifications
You must be signed in to change notification settings - Fork 247
Uninstall Keka
aONe edited this page Apr 6, 2020
·
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
rm ~/Library/Containers/com.aone.keka
- Version 1.0.X and older
rm ~/Library/Preferences/com.aone.keka; rm -r ~/Library/Application Support/Keka
Hope it's just to make a fresh install 😅
Keka, the macOS file archiver (https://www.keka.io)