I have GarageBand taking 2.46 GB space on my system even after I deleted the app. Couldn't find any other files when searched via spotlight.
Is there any way to find these files and remove them?
I have GarageBand taking 2.46 GB space on my system even after I deleted the app. Couldn't find any other files when searched via spotlight.
Is there any way to find these files and remove them?
On a fresh install of Sierra 10.12.2, the GarageBand files are:
/Applications/GarageBand
/Library/Application Support/GarageBand
/Library/Audio/Apple Loops/Apple/Apple Loops for GarageBand
/Library/Receipts/com.apple.pkg.GarageBand_AppStore.bom
/Library/Receipts/com.apple.pkg.GarageBand_AppStore.plist
/System/Library/Receipts/com.apple.pkg.MAContent10_AssetPack_0325_AppleLoopsGarageBand1.bom
/System/Library/Receipts/com.apple.pkg.MAContent10_AssetPack_0325_AppleLoopsGarageBand1.plist
~/Library/Application Scripts/com.apple.STMExtension.GarageBand
~/Library/Containers/com.apple.STMExtension.GarageBand
Delete those and you should be GarageBand free.
You might want consider also removing /Library/Audio/Apple Loops/Apple and /Library/Application Support/Logic (those loops aren't GarageBand-specific — Logic Pro uses them, for example).
If you're comfortable with the command line, you can delete this list programmatically. I recommend using the tool trash. First copy the above list and save it in a new file. Then run
xargs trash <pathtothefile
For example if you save the list on your Desktop as garageband-files-to-delete.txt, you'd run
xargs trash <~/desktop/garageband-files-to-delete.txt
(this may require sudo. you could also use rm -rf instead of trash, but that's dangerous).
~/Library/Containers not ~/library/containers, and
– michaelsnowden
Jun 28 '17 at 01:53
locate information is valuable but should be a comment or separate answer
– henry
Oct 12 '17 at 16:03
/Library/Application Support/Logic? It's 867MB here (El Capitan)
– Steven Lu
Jan 25 '18 at 19:23
The "Storage Management.app" now allows you to remove the instruments.
More information on Storage Management is in "A modern and faster alternative to Disk Inventory X" (macOS 10.13.5 shown)
I used CleanApp to remove applications from macOS. You can try it or any similar uninstaller, but you need the application installed to remove it.
Also check "Delete GarageBand to Save Precious Gigabytes of Mac Storage".
You can use locate command to locate all files used by GarageBand, e.g.:
locate GarageBand
Note: To rebuild db for the first time, run: sudo /usr/libexec/locate.updatedb.
The main locations are:
/Applications/GarageBand (app it-self)/Library/Application Support/GarageBand/Library/Audio/Apple Loops/Apple (GarageBand subfolder)Also check for any user's data files at the following locations:
~/Library/Application Support/GarageBand~/Library/Preferences/GarageBand~/Library/Caches/GarageBandI have been using "AppDelete" to completely delete other applications from macOS. It is very small and does one thing and does it well: it finds all of the files associated with an application and asks if you want to delete them. It even does a dry run to show which files will be deleted, to let us pick the files.
AppDelete is fully-functional to try before you buy it. The developer keeps it up-to-date and it runs on macOS 10.12 Sierra.
Download and unzip the free AppCleaner app. Set its preferences to allow it to remove protected apps. Drop the GarageBand icon into the app. Let it find all the GarageBand files and folders. Delete. Done.