Installing Home-brew on Ubuntu


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


















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap