“Instale o Brew Linux Mint” Respostas de código

Instale a cerveja Brew no Linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
#Replace <pc-username> with your system username
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/<pc-username>/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew --version
jegs

Instale a cerveja Brew no Raspberry Pi

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Dead Dogfish

Ubuntu Instale 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
Successful Salamander

Instale o Brew Linux Mint

brew install mint
mint bootstrap
./scripts/style.sh
Handsome Hare

Respostas semelhantes a “Instale o Brew Linux Mint”

Perguntas semelhantes a “Instale o Brew Linux Mint”

Mais respostas relacionadas para “Instale o Brew Linux Mint” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código