Horje
install homebrew on ubuntu Code Example
install homebrew on ubuntu
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv)
Source: docs.brew.sh
Install Homebrew on Linux
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Source: brew.sh
ubuntu install brew
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
Source: docs.brew.sh




Shell

Related
This requires the 'non-nullable' language feature to be enabled. Code Example This requires the 'non-nullable' language feature to be enabled. Code Example
linux show groups Code Example linux show groups Code Example
git check ssh connection Code Example git check ssh connection Code Example
how reset commit git with losing changes Code Example how reset commit git with losing changes Code Example
docker compose no cache Code Example docker compose no cache Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15