How to brew install on Ubuntu
As a normal user, you have to run below command :
lsb_release -a
sudo apt-get install build-essential curl file git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
As a normal user, you have to run below command :
lsb_release -a
sudo apt-get install build-essential curl file git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"