Long back I installed Synergy and I never used it and now I want to remove it. Is it ok to trash it manually or is there an official way to uninstall it, that would remove it completely. Please help me the way on how to uninstall Synergy Lion OSX completely from my system.
How to uninstall Synergy Lion OSX completely from my system
Hello Ethan,
Synergy is not like the common programs that you can drag and drop at the trash and it gets removed. If you have the installer that came with Synergy then you can run it again and there will be an option to uninstall it. If you don't have it or this doesn't work then you follow the following steps:
-
Open Synergy.
-
At the Synergy Prefpane, turn off synergy and remove its menu item.
-
Open a Terminal.
-
Type "mdfind -name synergy" (without the "quotes")
-
Remove each file which is related to Synergy by typing:
-
sudo rm -rf /Library/PreferencePanes/SynergyKM.prefPane (etc)
Hope that this solves your problem
Â
Regards,
P Vhilary
How to uninstall Synergy Lion OSX completely from my system
To completely uninstall Synergy, make sure that it is actually running then open the terminal and type:
Â
ps aux | grep synergys
Â
Then you will see it process with the following displayed:
Â
/Library/PreferencePanes/SynergyKM.prefPane/Contents/Resources/Synergyd.app/Contents/Resources/synergys -f –config
Â
After it finished, use the installer package and run it again. You should see three options and select the last one which is for uninstall.
Â