Homebrew is a package manager for macOS and Linux that simplifies the installation, management, and removal of software and libraries. It allows users to easily install open-source tools, packages, and applications.
Installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Uninstallation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
Example usage
Install command:
brew install php
GitHub: https://github.com/homebrew/install
Website: https://brew.sh/