Horje
homebrew not in path on ubuntu Code Example
homebrew not in path on ubuntu
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"

export brew=/home/linuxbrew/.linuxbrew/bin

test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)

test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)

test -r ~/.profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile     // for ubuntu and debian




Shell

Related
como instalar paquetes tar.gz en ubuntu Code Example como instalar paquetes tar.gz en ubuntu Code Example
wordpress api get posts Code Example wordpress api get posts Code Example
how to remove a directory recursively ubuntu Code Example how to remove a directory recursively ubuntu Code Example
how to delete a folder in arch linux terminal Code Example how to delete a folder in arch linux terminal Code Example
copy first n files linux Code Example copy first n files linux Code Example

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