How to uninstall MD ICAP Server on Linux completely
Below is the guideline to uninstall MD ICAP Server on Linux completely
If you are using ignition file for installation (located in: /etc/opswat/mdicapsrv.conf) -> you must manage this file by yourself
Ubuntu/Debian
Step 1: Run below command for uninstall
sudo dpkg -r mdicapsrvStep 2: Run below command to delete all relate artifact
sudo dpkg --purge mdicapsrvRedHat/CentOS
Step 1: Run below command to uninstall
sudo yum remove mdicapsrvStep 2: delete below path manually
sudo rm -rf /var/lib/mdicapsrvsudo rm -rf /usr/lib/mdicapsrvsudo rm -rf /var/log/mdicapsrv