- I came here to get the command for the uninstall script for something, and noticed that the Linux and WSL instructions were oddly separate. Also, the `Linuxbrew` docs site page links back to the homepage for the main install command, which is circular. - Instead, add a note for the pre-requisite packages for Linux.
633 B
633 B
Homebrew (un)installer
Install Homebrew (on macOS or Linux)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
More installation information and options at https://docs.brew.sh/Installation.html.
If running Linux or WSL, there are some pre-requisite packages to install.
Uninstall Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
Download the uninstall script and run /bin/bash uninstall.sh --help to view more uninstall options.