CS-WIKI101
|
NOTE Tested on macOS Sonoma 14.0
Command + Spacebar
to open Spotlight Search, type Terminal
, and press Enter
to open the Terminal application. NOTE For more information please see how to open Terminal in macOS
Install Homebrew: Once the Command Line Tools are installed, you can install Homebrew by executing the following command in Terminal:
During the installation process, you might be asked to provide your user password. Type your password and press Enter
(note: you won't see the characters as you type).
Verify Installation: After the installation is complete, you can verify that Homebrew is correctly installed by running the following command:
This will display the Homebrew
version number if the installation was successful.
This command will display the Homebrew version number if the installation was successful.
Now you have Homebrew installed on your macOS, and you can use it to install various packages, applications, and utilities using simple commands like "brew install `<package_name>`".
Source | Description |
---|---|
Homebrew | Homebrew website |
Homebrew Documentation | Homebrew documentation |
Need assistance? Check out my discussion board or review the GitHub status page.
© 2023 AppleBoiy • Code of Conduct • [MIT License](LICENSE)