Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

digipol

macrumors newbie
Original poster
Nov 2, 2011
3
0
Mac.png

Although there is still plenty of space on my disk, I can't make an update of iMovie.
System asks to free some disk space.

What is wrong? Only a small part of diskspace can be set free.

Solution?
 
If you've tried restarting and the App Store still won't let you update, try installing the update manually via the command line utility. To do this, open Terminal and enter these commands, pressing return after each line and entering your administrator credentials when prompted:
Code:
sudo softwareupdate -da
sudo softwareupdate -ia

Before entering the second line, wait for the line ending with a $ to appear before entering the next line. Note that these commands will install all available updates, if you need to avoid an update for another application for some reason, then run just the first line, then try installing it from the App Store again. (The first one downloads all available updates, and the second one installs all updates.)
 
The Problem is not solved.

Purchase.png

Your purchase can't be done.

Still 247,7 MB diskspace needed to continue.

You can free space by deleting stuff in the item "Save" in "about my Mac"

It seems that my drive is not accessable!
 
Quit the App Store and try running the below command in Terminal. This will remove a couple settings related to the App Store and device-specific application settings, then restart and try again.
Code:
rm ~/Library/Preferences/com.apple.appstore.plist
rm ~/Library/Preferences/com.apple.storeagent.plist
rm -R ~/Library/Caches/com.apple.appstore/
rm -R ~/Library/Preferences/ByHost/*
If that doesn't work, reboot your computer into macOS Recovery, open Disk Utility there, click View » Show All Devices, choose your internal drive on the left (not the individual partitions), then click First Aid » Run.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.