Skip to content

Instantly share code, notes, and snippets.

@lincank
Created December 25, 2015 08:03
Show Gist options
  • Save lincank/a2167151e914d40c75f6 to your computer and use it in GitHub Desktop.
Save lincank/a2167151e914d40c75f6 to your computer and use it in GitHub Desktop.
reset hanging App Store download or installation on Mac
rm -r ~/Library/Caches/storeinappd
rm -r ~/Library/Caches/storedownloadd
rm -r ~/Library/Caches/storeassetd
rm -r ~/Library/Caches/storeaccountd
rm -r $TMPDIR../C/com.apple.appstore
rm -r /private/var/folders/*/*/*/com.apple.appstore
rm -r ~/Library/Caches/com.apple.appstore
rm -r ~/Library/Saved\ Application\ State/com.apple.appstore.savedState
rm ~/Library/Preferences/com.apple.appstore.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment