Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Adhoc
Explorer

Hi all,

It's been a wild ride, but I figured that this is what you want to run (as root, or sudo):

pkgutil --forget com.checkpoint.pkg.epc

 

This is the part where the installer checks if the software is already installed or not.
Finally, you still want to delete any remaining file before reinstalling:

rm /Library/LaunchAgents/com.checkpoint.*
rm /usr/local/lib/libTrAPI.dylib
rm -rf "/Library/Application Support/Checkpoint"
rm /Library/LaunchDaemons/com.checkpoint.*

 

Hope that helps.

View solution in original post

(3)
Who rated this post