⌛️ 2 minutes read!

If you want to know what version of Command Line Tools has been installed on your macOS, you can use the below terminal command,
% pkgutil --pkgs
com.apple.pkg.CLTools_SDK_macOS13
com.apple.pkg.CLTools_Executables
com.apple.files.data-template
com.apple.pkg.MRTConfigData_10_15.16U4211
com.apple.pkg.macOSPublicBetaAccessUtility.16U2343
com.apple.pkg.XProtectPayloads_10_15.16U4225
com.apple.pkg.CLTools_SwiftBackDeploy
com.apple.pkg.CLTools_macOS_SDK
com.adguard.safari.AdGuard
com.microsoft.OneDrive
com.microsoft.teams
com.grammarly.safari.extension
com.microsoft.MSTeamsAudioDevice
Output on M1 Mac running macOS Ventura 13.0
% pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 14.0.0.0.1.1661618636
volume: /
location: /
install-time: 1666459984
groups: com.apple.FindSystemFiles.pkg-group
-
Have Questions? Post them here!
More Posts related to MacOS,
- Opening mac Terminal
- How to change default macOS Terminal Window size
- How to clear Mac Terminal screen
- Find Hostname of Mac running on macOS Ventura 13
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to switch from bash to zsh shell in macOS Terminal
- Limit scrollback rows in macOS Terminal
- How to Set Background Wallpaper on macOS 13 Ventura
- This operation couldnt be completed. Unable to locate a Java Runtime. [macOS]
- Encode or Decode Base64 String using Mac Terminal Command
- List of All Apple Silicon ARM Based M1/M2 Mac [updated Oct 2022)
- How to remove Siri from Menu Bar [macOS Big Sur]
- Must Know Homebrew Commands for Mac/Linux Users
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- 13.0 MacOS Ventura release date
- How to change the default location of Mac Screenshot
- How to set Out Of Office (OOO) on Outlook for Mac
- 30+ Zoom video communications application shortcuts for macOS
- How to install wget on macOS
- Mac turn dark mode on or off using terminal command
- Create Symbolic Link using Terminal Command
- Mac - How to Install VirtualBox
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to install homebrew (brew) on M1 Mac
- How to uninstall Microsoft Outlook on Mac
More Posts:
- How to display only IP address using Terminal command - HowTos
- Setting up Cloud feature with Notepad++ - NotepadPlusPlus
- Convert Java Byte Array to String with code examples - Java
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O) - Eclipse
- Change the default download location for Mac Safari - MacOS
- How to close all tabs of Notepad++? - NotepadPlusPlus
- How to Use Command Prompt on a Mac? - MacOS
- PHP 301 Redirect Permanently - PHP