Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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)
Comment

homebrew install in ubuntu

sudo apt update
sudo apt-get install build-essential
sudo apt install git -y
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew doctor
brew install gcc
echo "done"
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: live server nvim 
Shell :: ffmpeg trim video 
Shell :: linux install doxygen 
Shell :: connection failed blueman.bluez.errors.dbusfailederror protocol not available 
Shell :: linux show number of cores 
Shell :: set go111module= on ubuntu 20.04 
Shell :: xrandr add 1366 
Shell :: powershell change hostname 
Shell :: laravel add to path ubuntu 
Shell :: rename a commit pushed 
Shell :: ubuntn nginx restart 
Shell :: change last commit message 
Shell :: install protonvpn ubuntu 
Shell :: delete old files linux 
Shell :: add remote origin git 
Shell :: pip command not found macos 
Shell :: command line how to find all files that have a string 
Shell :: how to add flutter packages from git 
Shell :: Remove the credentials of git 
Shell :: install vlc on pop os 
Shell :: install scikit-learn 
Shell :: permission denied bash 
Shell :: how to make wsl export 
Shell :: git view remote url 
Shell :: choco install python 
Shell :: install vscode for ubuntu 
Shell :: powershell wait 5 seconds 
Shell :: git list remotes 
Shell :: how to close sockets ubuntu 
Shell :: docker compsoe ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =