Fix Movavi Video Converter for Mac not uninstalling
Channel:
Subscribers:
2,900
Published on ● Video Link: https://www.youtube.com/watch?v=Fu2FTZQS5Yk
Here's how to Fix Movavi Video Converter for Mac not uninstalling. For starters, use CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 so u can efficiently manage installed app & your Mac.
Below is the shell script (BETA VER.) that can be used to uninstall Movavi Video Converter for Mac:
#!/bin/bash
# Stop the Movavi Video Converter process
killall "Movavi Video Converter"
# Remove the Movavi Video Converter application
rm -rf "/Applications/Movavi Video Converter.app"
# Remove the Movavi Video Converter cache files
rm -rf ~/Library/Caches/com.movavi.VideoConverter
# Remove the Movavi Video Converter preferences
rm -rf ~/Library/Preferences/com.movavi.VideoConverter.plist