📅  最后修改于: 2023-12-03 14:48:06.514000             🧑  作者: Mango
Brew is a popular package manager for macOS. However, it is now available for Linux users as well. This guide will walk you through the process of installing brew on Ubuntu using Shell-Bash.
Open up the terminal on your Ubuntu machine.
Update your system by running the following command:
sudo apt update && sudo apt upgrade
sudo apt install build-essential curl file git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Follow the prompts on the screen to complete the installation process.
Test your installation by running the following command:
brew --version
If brew is installed correctly, you will get the version number of brew.
In this guide, we have gone through the process of installing brew on Ubuntu using Shell-Bash. You can now use brew to install and manage packages on your Ubuntu machine.