If you want to upgrade selected packages only, run the following command: brew upgrade package-name
.
How to install a package manager to a Mac mini
Reviewed on 22 July 2024 • Published on 26 May 2021
Before you start
To complete the actions presented below, you must have:
- A Scaleway account logged into the console
- Owner status or IAM permissions allowing you to perform actions in the intended Organization
- An SSH key
- A Mac mini
Homebrew is a package manager for macOS. It allows you to manage the packages installed on your Mac mini and provides a way to install additional software on your machine.
-
Install Homebrew by running the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Update Homebrew by running the following command:
brew update -
Retrieve the list of all the outdated packages on your system:
brew outdated -
Upgrade these packages to the latest version available in Homebrew’s repositories:
brew upgradeNote
Note
Mac Mini and macOS are trademarks of Apple Inc., registered in the U.S. and other countries and regions. iOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used by Apple under license. Scaleway is not affiliated with Apple Inc.