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 linux

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

Install brew on Linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
#Replace <pc-username> with your system username
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/<pc-username>/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew --version
Comment

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 linux

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

Install brew on Linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
#Replace <pc-username> with your system username
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/<pc-username>/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew --version
Comment

PREVIOUS NEXT
Code Example
Shell :: homebrew installation 
Shell :: brew install ubuntu 
Shell :: make pip3 pip 
Shell :: Display your current shell name 
Shell :: install Fdisk 
Shell :: start new git repo from project 
Shell :: git uncommit last commit but keep changes 
Shell :: terminal get size of file 
Shell :: overall configuration gzip compression with nginx 
Shell :: how to verify my ssh key password 
Shell :: how to uninstall a software in ubuntu 
Shell :: lp list printers 
Shell :: linux mount ntfs as read write 
Shell :: ssh scp 
Shell :: how to create a file with a given size in linux? 
Shell :: nohup output file 
Shell :: start uvicorn 
Shell :: npm slugify 
Shell :: adb screenrecord 
Shell :: dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 
Shell :: run latex from command line 
Shell :: copy folder from ssh to local 
Shell :: scrcpy use on linux 
Shell :: Grab IP address only (Linux) 
Shell :: git update gitignore remove files 
Shell :: how to install pymongo 
Shell :: localhost ssl 
Shell :: conda install flake8 
Shell :: change file read only permissions linux 
Shell :: jitsi run pod ios app !] Invalid `Podfile` file: cannot load such fil 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =