Execute the following commands based on the operating system,
- Windows Systems:
Execute the following commands based on operating system architecture.
- For 64-Bit Machines:
C:\>cd Program Files (x86)\SecPod Saner
- For 32-Bit Machines:
C:\>cd Program Files\SecPod Saner
- Execute the following command for silent uninstall
C:\>spsaneruninstall.exe /S
- If the agent is password protected, execute the following command to provide an uninstallation password
C:\>spsaneruninstall.exe /S /SANER_UNINSTALL_PASS=”UninstallAccountPass”
- MacOS Systems:
sudo spsaner.uninstall
- If the agent is password protected, execute the following command to provide uninstallation password
sudo export SANER_UNINSTALL_PASS=”UninstallAccountPass”;spsaner.uninstall
Linux Systems (DPKG, RPM, APK):
sudo spsaner.uninstall
- If the agent is password protected, execute the following command to provide uninstallation password
sudo export SANER_UNINSTALL_PASS=”UninstallAccountPass”;spsaner.uninstall;