Horje
install brew debian Code Example
install brew debian
#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: docs.brew.sh




Shell

Related
how to install gnome kali Code Example how to install gnome kali Code Example
ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic Code Example ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic Code Example
delete non empty directory cmd Code Example delete non empty directory cmd Code Example
git push in a new branch Code Example git push in a new branch Code Example
bash shell remove recursive folder file rm dir Code Example bash shell remove recursive folder file rm dir Code Example

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