Homebrew Notes
Table of Contents
1. About Homebrew
-
Homebrew is a package manager.
-
Visit the Homebrew webpage for more info.
2. Installation
2.1. Ubuntu Installation
-
Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"echo >> /home/mattosd/.bashrcecho 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/mattosd/.bashrceval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" -
Install Homebrew dependencies.
sudo apt-get -y install build-essential -
Install
gccbrew install gcc