About the Mac OS X 10.5.6 Update


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS About the Mac OS X 10.5.6 Update
# 1  
Old 12-15-2008
About the Mac OS X 10.5.6 Update

The Mac OS X 10.5.6 Update is recommended for Mac OS X 10.5 Leopard versions 10.5, 10.5.1, 10.5.2, 10.5.3, 10.5.4, and 10.5.5. It includes general operating system fixes that enhance the stability, compatibility and security of your Mac. Installation recommendations Back up your computer prior to installing any updates. Quit any open applications before starting the installation. Do not interrupt the installation process. You may experience unexpected results if you have third-party system software modifications installed, or if you have modified the operating system through other means, or if you have moved Apple applications from their default locations (the /Applications or /Applications/Utilities folders). (This does not apply to normal application software installation.) Installation options Automatic Software Update Choose Software Update from the Apple menu to automatically check for the latest Apple software. Standalone installer Apple Downloads offers a standalone installer that you can use instead, if you wish. If issues occur during installation or if Software Update unexpectedly quits, please visit this article.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SW_VERS(1)						    BSD General Commands Manual 						SW_VERS(1)

NAME
sw_vers -- print Mac OS X operating system version information SYNOPSIS
sw_vers sw_vers -productName sw_vers -productVersion sw_vers -buildVersion DESCRIPTION
sw_vers prints version information about the Mac OS X or Mac OS X Server operating system running on the local machine. When executed with no options sw_vers prints a short list of version properties: % sw_vers ProductName: Mac OS X ProductVersion: 10.3 BuildVersion: 7A100 The ProductName property provides the name of the operating system release (typically either "Mac OS X" or "Mac OS X Server"). The ProductVersion property defines the version of the operating system release (for example, "10.2.4" or "10.3"). The BuildVersion property provides the specific revision of the operating system as generated by the Mac OS X build system. OPTIONS
The output of sw_vers can be refined by the following options. -productName Print just the value of the ProductName property. -productVersion Print just the value of the ProductVersion property. -buildVersion Print just the value of the BuildVersion property. EXAMPLES
% sw_vers -productName Mac OS X % sw_vers -productVersion 10.3 % sw_vers -buildVersion 7A100 FILES
/System/Library/CoreServices/SystemVersion.plist /System/Library/CoreServices/ServerVersion.plist Mac OS X March 10, 2003 Mac OS X