NavigationContentFooter
Jump toSuggest an edit

I need a package manager for my Mac mini

Reviewed on 29 February 2024Published on 26 May 2021

Requirements

  • Be the Owner of the Organization in which the actions will be performed, or an IAM user with the necessary permissions
  • A Scaleway account logged into the console
  • An SSH key added to your account
  • 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.

  1. Install Homebrew by running the following command:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Update Homebrew by running the following command:

    brew update
  3. Retrieve the list of all the outdated packages on your system:

    brew outdated
  4. Upgrade these packages to the latest version available in Homebrew’s repositories:

    brew upgrade
    Note

    If you want to upgrade selected packages only, run the following command: brew upgrade package-name.

Docs APIScaleway consoleDedibox consoleScaleway LearningScaleway.comPricingBlogCarreer
© 2023-2024 – Scaleway