Safari 14.0 installer

TechSpecialist
Contributor

Hi All,

Can someone please help me getting a stand-alone installer for the new 14.0 Safari?

7 REPLIES 7

mhasman
Valued Contributor

Posted in this discussion

gabester
Contributor III

Whichever macOS version you need it for, you should be able to get the latest Safari by running softwareupdate -d "nameofsafariupdate", specifically in this case:

softwareupdate -d Safari14.0MojaveAuto-14.0

Then look in /Library/Updates subfolders, usually the most recently modified one, for your package, in this case:

/Library/Updates/001-50026/Safari14.0MojaveAuto.pkg

TechSpecialist
Contributor

@Sterritt I'm a bit late, due to some personal circumstances, but thank you so much!

Cleve
New Contributor II

@gabester

softwareupdate -d Safari14.0MojaveAuto-14.0

 
Can you tell me what the line would be for 15.0? Another example?

camelia
New Contributor III
Last login: Tue Sep 20 16:21:26 on console
$ softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
* Label: Safari15.0CatalinaAuto-15.0
$ softwareupdate -d "Safari15.0CatalinaAuto-15.0"
Software Update Tool

Attempting to quit apps: (
    "com.apple.Safari.SafariQuickLookPreview",
    "com.apple.Safari"
)
Waiting for user to quit any relevant apps
Successfully quit all apps

Downloading Safari
Downloaded Safari
Done.

mhasman
Valued Contributor

Hello, what would be able/command for Safari 15.1 for Big Sur, please?

camelia
New Contributor III

$ softwareupdate -l

Software Update Tool

Finding available software
Software Update found the following new or updated software:
* Label: (Name of the updated software)

Always download:  The [Label] Updated software:

$ softwareupdate -d " [Label] "

Camelia