Install homebrew on WSL Ubuntu
wslhomebrewubuntu
Sep 23, 2022First of all, update the system and install following packages.
sudo apt-get update
sudo apt-get install build-essential procps curl file git
Then install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Do not forget to follow the 'Next Steps' shown in the output of previous command
run them one by one, in order
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/rd/.zprofile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
You are all set 🚀
brew help
HIH
Till next time, take care ✌
~RD
Related Articles
IntelliJ GUI application with WSL
Download JetBrains toolbox. Get the latest link from here
IntelliJ Debug on WSL Windows
Steps, I've taken to debug apps on WSL.