#!/bin/sh
sudo /Library/StartupItems/Parallels/Parallels stop
sudo rm -rf /Library/Parallels
sudo rm -rf /Library/Receipts/Parallels.pkg
sudo rm -rf /Applications/Parallels.app
sudo rm -rf /Library/StartupItems/Parallels
sudo rm -rf ~/Library/Preferences/com.parallels.Parallels.plist
sudo rm -rf ~/Library/Parallels
sudo rm -rf ~/.parallels_settings>
I'm trying to uninstall Paralells fully and someone told me to run this as a shell script but i have NO clue what that means or how to go about it. Can anyone tell me how to do this from scratch
sudo /Library/StartupItems/Parallels/Parallels stop
sudo rm -rf /Library/Parallels
sudo rm -rf /Library/Receipts/Parallels.pkg
sudo rm -rf /Applications/Parallels.app
sudo rm -rf /Library/StartupItems/Parallels
sudo rm -rf ~/Library/Preferences/com.parallels.Parallels.plist
sudo rm -rf ~/Library/Parallels
sudo rm -rf ~/.parallels_settings>
I'm trying to uninstall Paralells fully and someone told me to run this as a shell script but i have NO clue what that means or how to go about it. Can anyone tell me how to do this from scratch