> ## Content Index
> Fetch the complete content index at: https://birchtree.me/llms.txt
> Use this file to discover other available public pages before exploring further.

# Install Mac App Store Updates with One Line in the Terminal
- URL: https://birchtree.me/blog/install-mac-app-store-updates-with-one-line-in-the-terminal/
- Published: 2016-01-26T02:55:56.000Z
- Updated: 2016-01-26T02:55:56.000Z
- Author: Matt Birchler
- Tags: #Import 2023-06-01 22:41, #Import 2025-03-29 19:29

![](http://d.pr/i/HopZ+) 

I have issues every now and then with the Mac App Store app on my computer not loading. It just sits there, not responding to my clicks and what feels like laughing in my face as I just try to update my damn apps.

I recently learned a new trick to force your updates to go through, even if the Mac App Store app is misbehaving. It requires you to go into the Terminal, but be brave and you and I can get through this.

**Step 1:** Open Terminal app (Applications/Utilities)

**Step 2:** Paste `sudo softwareupdate -i -a` and press Enter

**Step 3:** It will prompt for your password and then perform all your pending updates.

That's it! Unlike the normal update process, it can't reboot your computer if it's needed, so heed the warning it gives you after completing the updates and restart as need be.

---

### Bonus Tips!

`sudo softwareupdate -l` shows all pending updates

`sudo softwareupdate -d` downloads, but doesn't install updates