Install Brew Debian

[Solved] Install Brew Debian | Erlang - Code Explorer | yomemimo.com
Question : install brew debian

Answered by : william-a-penrod

#Make sure you have curl installed: sudo apt install curl
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >>~/.bash_profile
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >>~/.profile
#That's it! Test it by running:
brew install hello

Source : https://docs.brew.sh/Homebrew-on-Linux | Last Update : Sat, 16 Oct 21

Answers related to install brew debian

Code Explorer Popular Question For Erlang