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 :: install brew on mac m1 
Shell :: pip3 to pip 
Shell :: Display your current shell name 
Shell :: ubuntu all installed services 
Shell :: install freetype globally on ubuntu 
Shell :: add-apt-repository remove 
Shell :: ubuntu install brave 
Shell :: how to push force git 
Shell :: Installing the virtualenv for you app 
Shell :: git already up to date but not 
Shell :: copy a file from docker container to local machine 
Shell :: install windows app powershell 
Shell :: latest dart sdk version 
Shell :: change commit message 
Shell :: how to grep curl verbose 
Shell :: git remove submodules 
Shell :: terminal copy to clipboard linux 
Shell :: django install pathlib 
Shell :: linux unrar multiple files 
Shell :: stremio: Depends: libfdk-aac1 
Shell :: how to run .sh script in mac 
Shell :: pod install react native failed 
Shell :: node global install 
Shell :: linux get folder size 
Shell :: phpcs standard xml 
Shell :: linux find all files name containing string 
Shell :: git tutorial 
Shell :: homebrew redis install 
Shell :: how to exit docker 
Shell :: adobe acrobat reader for linux download 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =