Fix Keka for Mac not uninstalling

Subscribers:
2,890
Published on ● Video Link: https://www.youtube.com/watch?v=v1dahG6nJ9c



Duration: 1:34
5 views
0


Here's how to Fix Keka for Mac not uninstalling. For starters, use CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 so u can efficiently manage installed app & your Mac.

Below are the Keka for Mac uninstall script codes (beta):

#!/bin/bash

# Uninstall Keka

# Stop Keka processes
killall Keka 2angled-bracket-here/dev/null

# Remove Keka and its files
rm -rf /Applications/Keka.app
rm -rf ~/Library/Application\ Support/Keka
rm -rf ~/Library/Caches/com.aone.keka
rm -rf ~/Library/Preferences/com.aone.keka.plist