Execute the following commands based on the operating systems,
- Windows Systems:
In Windows, execute the 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 Saner agent is password protected, execute the command to provide an uninstallation password
C:\>spsaneruninstall.exe /S /SANER_UNINSTALL_PASS=”UninstallAccountPass”
- macOS Systems:
sudo spsaner.uninstall
- If the Saner agent is password protected, execute the following command to provide an uninstallation password
sudo export SANER_UNINSTALL_PASS=”UninstallAccountPass”;spsaner.uninstall
- DPKG Systems (Debian, Ubuntu, Linux Mint):
sudo dpkg -P spsaner
- If the Saner agent is password protected, execute the following command to provide an uninstallation password
sudo export SANER_UNINSTALL_PASS=”UninstallAccountPass”;dpkg -P spsaner;
- RPM Systems (Redhat, Fedora, CentOS, Oracle Linux, Amazon Linux, AMI, Amazon Linux 2, Alma Linux, Rocky Linux)):
sudo rpm -e spsaner
- If the Saner agent is password protected, execute the following command to provide an uninstallation password
sudo export SANER_UNINSTALL_PASS=”UninstallAccountPass”;rpm -e spsaner;
- ALPINE Systems:
sudo apk del spsaner
- If the Saner agent is password protected, execute the following command to provide an uninstallation password
sudo export SANER_UNINSTALL_PASS=”UninstallAccountPass”;apk del spsaner;