Created
April 15, 2015 23:13
-
-
Save koomai/fa3622fb923da7e5e4b7 to your computer and use it in GitHub Desktop.
Uninstall Google's ksfetch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py --uninstall |
After uninstalling and starting Android File Transfer (or Google Chrome supposedly) again, ksinstall is there again:
Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/ksinstall --nuke
Also doesn't help to get rid of this trojan-like infection. Any ideas?
sudo: /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py: command not found
For more modern versions see https://apple.stackexchange.com/questions/207998/what-is-ksfetch-process-on-mac/406173#406173
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
install.py is called ksinstall recently.
If sudo /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/ksinstall --uninstall
doesn't work, it is installed in the user's home so try:
~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/ksinstall --uninstall