Giter VIP home page Giter VIP logo

Comments (1)

rodionovd avatar rodionovd commented on August 26, 2024

Thanks for getting in touch @wkuckro!

TL;DR: mas is only able to install/update applications that are listed in the Mac App Store itself. Use softwareupdate(8) utility for downloading system updates (including Xcode CLT).


The point of confusion is that Mac App Store provides updates not only for installed applications but also for system components such as Xcode Command Line Tools, iTunes, etc. These actually have nothing to do with MAS itself (it's just used as a nice user-friendly interface), so mas can't deal with them.

Luckily for us, there's a built-in utility softwareupdate which is able to list new system software updates and install them via command line interface 👌🏼

Here's an example output of softwareupdate -l:

$ softwareupdate -l
Software Update Tool
Copyright 2002-2015 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * Command Line Tools (macOS Sierra version 10.12) for Xcode-8.1
    Command Line Tools (macOS Sierra version 10.12) for Xcode (8.1), 123638K [recommended]
   * iTunesXPatch-12.5.2
    iTunes (12.5.2), 145964K [recommended]

The man page for this tool contains even more information and usage examples.

from mas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.