Changes between Version 152 and Version 153 of ProblemHotlist


Ignore:
Timestamp:
May 1, 2021, 4:31:45 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

No need to use sudo to create and delete /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v152 v153  
    159159* If the version of the CLT you need is not listed at the developer site, but an older version is, reinstalling that will restore the package receipts. Then just run Software Update to trigger the update to the newer version.
    160160* Or, on Mac OS X 10.9 or greater, Software Update can reinstall the package:
    161   * {{{sudo touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress}}}
     161  * {{{touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress}}}
    162162  * {{{softwareupdate -l}}}
    163163  * [https://support.apple.com/en-us/HT201541 Run Software Update]
    164   * {{{sudo rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress}}}
     164  * {{{rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress}}}
    165165Please note that Software Update will continue to list the command line tools package as outdated so long as the file `/tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress` exists.[[BR]]
    166166Be sure to remove it once the package is reinstalled.