Homebrew
Homebrew instalation
-
Update system and install git
sudo apt update
sudo apt-get install build-essential
sudo apt install git -y -
Run Homebrew installation script and add Homebrew to your PATH
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" -
Check Homebrew is working fine
brew doctor
-
Uninstall Homebrew it from Linux
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"