Completely remove iTunes from Mac OS X
12. November 2010 - Veröffentlicht in Musik | Keine Kommentare »The following set of commands, copied and pasted into Terminal.app (found @ Applications -> Utilities) will completely remove iTunes from your Mac OS X computer.
You will be asked for you user password once.
sudo killall iTunes
sudo killall iTunesHelper
sudo rm -rf /Applications/iTunes.app
sudo rm -rf ~/Library/iTunes
sudo rm /System/Library/Extensions/AppleMobileDevice.kext
sudo rm /Library/Receipts/AppleMobileDeviceSupport.pkg
sudo rm /Library/Receipts/*iTunes*.pkg
sudo rm ~/Library/Preferences/com.apple.iTunes.eq.plist
sudo rm ~/Library/Preferences/com.apple.iTunes.plist
sudo rm ~/Library/Preferences/com.apple.iTunesHelper.plist
sudo rm -rf /Library/iTunes
sudo rm ~/Library/Preferences/ByHost/com.apple.iTunes.*If you also want to get rid your Library (chances are: you don’t), run this command as well:
sudo rm -rf ~/Music/iTunes















