Homebrew is the most popular packager installer for macOS, if you wish to install brew on Ubuntu you can follow the below steps,
Step 1: Install git
Make sure you have git installed before you can install homebrew,
% git --version
If git is not installed, get it installed using apt-get,
% apt-get install git
Step 2: Use Curl to install homebrew from github
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Make sure you are not using the root account or else you will get the errors,
==> Checking for `sudo` access (which may request your password)...
Don't run this as root!
Step 3: Add Homebrew to PATH
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!