“Brew” Respostas de código

Brew

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

Brew

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
Fierce Fish

Brew

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

Brew

$ brew install wget
Eli

Brew

$ cd /usr/local
$ find Cellar
Cellar/wget/1.16.1
Cellar/wget/1.16.1/bin/wget
Cellar/wget/1.16.1/share/man/man1/wget.1

$ ls -l bin
bin/wget -> ../Cellar/wget/1.16.1/bin/wget
Eli

Brew

echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >> /home/maskedcarrot/.profile
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
Better Buzzard

Respostas semelhantes a “Brew”

Perguntas semelhantes a “Brew”

Procure respostas de código populares por idioma

Procurar outros idiomas de código