# install **Repository Path**: srwpf/install ## Basic Information - **Project Name**: install - **Description**: Homebrew (un)installer - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-13 - **Last Updated**: 2024-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homebrew (un)installer [![Azure Pipelines](https://img.shields.io/vso/build/Homebrew/56a87eb4-3180-495a-9117-5ed6c79da737/3.svg)](https://dev.azure.com/Homebrew/Homebrew/_build/latest?definitionId=3) ## Install Homebrew ```bash /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ``` More installation information and options at https://docs.brew.sh/Installation.html. ### Linux and Windows 10 Subsystem for Linux Install Homebrew on Linux and Windows 10 Subsystem for Linux: https://docs.brew.sh/Linuxbrew. ## Uninstall Homebrew ```bash /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" ``` Download the uninstall script and run `./uninstall --help` to view more uninstall options.