How to completely uninstall MetaDefender ICAP?
This article applies to all MetaDefender ICAP releases deployed on Windows and Linux systems.
Windows
Uninstall the software application from Apps & Features or from the Control Panel
Remove leftover Registry Keys [if any exist]
- Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OPSWAT\ICAP Server
- Computer\HKEY_CURRENT_USER\Software\OPSWAT\Metadefender ICAP Server
Remove File Explorer Folders [if any exist]
- C:\Program Files\OPSWAT\Metadefender ICAP Server
- C:\ProgramData\OPSWAT\MetaDefender ICAP
Linux
- Uninstall the ICAP software
Redhat / CentOS (Rpm) Based systems:
Run in terminal
1
1
sudo yum remove mdicapsrv
Debian / Ubuntu (deb) Based systems:
Run in terminal to uninstall and remove configuration files:
1
1
sudo dpkg --purge mdicapsrv
- Ensure all directories containing mdicapsrv are removed
- Find directories
1
1
sudo find / -name "mdicapsrv*" 2>/dev/null
- Remove the list above
3
3
sudo rm -rf <directory name>
Example: sudo rm -rf /var/lib/mdicapsrv /etc/mdicapsrv /usr/share/mdicapsrv /var/tmp/mdicapsrv
If Further Assistance is required, please proceed to log a support case or chatting with our support engineer.
Was this page helpful?