IDPV Mac Client Uninstallation
This section provides the steps to uninstall the SafeNet IDPV Mac client. Administrator rights are required to uninstall the IDPV Mac client. SafeNet IDPV Mac client can be uninstalled through:
Uninstalling IDPV Mac Client through GUI
Perform the following steps to uninstall SafeNet IDPV Client on a standard Mac machine:
-
On the Mac machine, mount the IDPrimeVirtual_macOS.dmg file, which contains the following files:
- IDPV.pkg
- Uninstall SafeNet IDPrime Virtual
-
Double-click the Uninstall SafeNet IDPrime Virtual file.
The uninstallation will be completed successfully.
Uninstalling IDPV Mac Client through Terminal
Perform the following steps to uinstall SafeNet IDPV Client on a standard Mac machine:
-
On the terminal, run the following set of commands:
killall "SafeNet IDPrime Virtual"sudo rm -rf /Applications/SafeNet/SafeNet\ IDPrime\ Virtual.app sudo rm -f /Library/Frameworks/eToken.framework/Versions/A/libIDPVClient.dylib sudo rm -f /Library/Frameworks/eToken.framework/Versions/A/libidpvTokenManagerCpp.dylib sudo rm -rf /Library/LaunchAgents/com.safeNet.IDPrimeVirtual.plist sudo pkgutil --forget com.thalesgroup.pkg.IDPV
-
Run the following command to execute the cleanup script and remove any residual files or configuration settings left behind after uninstallation:
set -x defaults delete ~/Library/Containers/com.thalesgroup.IDPV.systray/Data/Library/Preferences/com.thalesgroup.IDPV.systray sleep 3