Manually Remove Symantec Encryption Desktop (previously PGP Desktop) for Mac OS X 10.9
search cancel

Manually Remove Symantec Encryption Desktop (previously PGP Desktop) for Mac OS X 10.9

book

Article ID: 178211

calendar_today

Updated On:

Products

Desktop Email Encryption Drive Encryption

Issue/Introduction

 

Resolution

 

This article details the process to manually remove Symantec Encryption Desktop for Macintosh. These steps should only be used if it is not possible to uninstall Symantec Encryption Desktop in the user interface by selecting Uninstall from the Encryption Desktop menu option in Symantec Encryption Desktop.
 
When uninstalling Symantec Encryption Desktop for Macintosh using the Uninstall option from the Encryption Desktop menu, some PGP preference files, specific to software settings, are not removed from the disk. The steps below describe how to remove all traces of Symantec Encryption Desktop.
 
To Manually Symantec Encryption Desktop:
 
1. Backup your PGP Keys and any PGP Virtual Disk files.
 
2. Open the Terminal application from Applications/Utilities.
 
3. Run the following script uninstall_pgp.pl.
 
The script is located in the following directory:  /Applications/Encryption\ Desktop.app/Contents/Resources/
 
 
Caution: This script must be executed in a directory other than the location of the script. The script can be run from the home directory.
 
4. Type sudo /Applications/Encryption\ Desktop.app/Contents/Resources/uninstall_pgp.pl --uid 501 and then press Enter.
 
This script removes the application for the current user.
 
 
Warning: This script will not perform any checks for encrypted disks on the system prior to uninstalling the software. Any encrypted disks on the system, will remain encrypted after Symantec Encryption Desktop is uninstalled and therefore will be in accessible. Please make note of this before uninstalling the software. Be sure to decrypt any full disk encrypted drives first!
 
If running the script does not successfully remove Symantec Encryption Desktop from the system you can use the following commands from the Terminal application.  Some of these commands may error out saying they do not exist or no matching processes were found. Those are safe to ignore since the existence of these files or processes varies based on the version of PGP installed.
  • sudo killall PGP
  • sudo killall PGP\ Engine
  • sudo killall pgp-agent
  • sudo killall PGP
  • sudo killall PGPdiskEngine
  • sudo killall PGPSyncEngine
  • sudo killall pgpwded
  • sudo rm -rf /Library/Receipts/PGP*
  • sudo rm -rf /Library/Application\ Support/PGP/
  • sudo rm -rf /Library/Contextual\ Menu\ Items/PGPcontext.plugin/
  • sudo rm -rf /Library/Extensions/PGPdiskDriver.kext/
  • sudo rm -rf /System/Library/Extensions/PGP*
  • sudo rm -rf /Library/Frameworks/PGP*
  • sudo rm -rf /Library/Mail/Bundles/PGP*
  • sudo rm -rf /Applications/Encryption \ Desktop.app/
  • sudo rm -rf /Applications/PGP*
  • sudo rm -rf /Library/LaunchDaemons/com.pgp.framework.PGPwde.plist
  • sudo rm -rf /Library/PrivilegedHelperTools/com.pgp.framework.PGPwde
  • sudo rm -rf /private/var/run/com.pgp.framework.PGPwde.socket
  • sudo rm -rf /Users/Shared/PGP
  • Sudo rm /usr/lib/libPGPdyndebug.dylib
  • exit
Delete PGP preference files from the ~/Library/Preferences folder
  •  sudo rm -rf ~/Library/Preferences/com.pgp*
If you are SURE you will not need your private or public keys anymore,  Delete the PGP folder from /Users/username/Documents/
Note: The ~ refers to the user profile (home) directory.