I am trying to install the Homebrew package on my system but whenever I try to run the below command to install homebrew I am getting the above-mentioned error
Command to install homebrew:
./bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
How can I solve this error?
I am using Ubuntu 22.04.2 LTS OS
OS Type: 64 bit
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
– lemoana Mar 05 '23 at 04:57