Tag: Homebrew

Homebrew is a package manager for macOS and Linux that simplifies the installation of software packages and dependencies from the command line.

  • How to change the PHP version on macOS with Homebrew

    How to change the PHP version on macOS with Homebrew

    By

    in

    Homebrew is a simple package manager on macOS. Homebrew installs the stuff you need that Apple (or your Linux system) didn’t. When upgrading your packages e.g. by using all your packages are updated to the latest version. This is also the case for libraries like PHP. In my case, I still use PHP 8.2 for most of…

    Read more

  • brew: install Java on macOS

    brew: install Java on macOS

    By

    in ,

    HomeBrew (brew) is a package manager to install software on macOS or Linux. Beside other packages, it’s possible to install Java on your system. The following steps will guide you through the installation. First, check the available Java related formulas: Currently, there are two different version of Java: java and java11. To check the version…

    Read more