Welcome to the Homebrew documentation! Homebrew is a powerful package manager for macOS, simplifying software installation and management. Here's a quick overview to get you started:
🛠️ What is Homebrew?
Homebrew allows you to install thousands of software packages with a single command. It's known for its simplicity and flexibility, making it a favorite among developers.
homebrew
🧠 Key Features:
- Easy Installation: One-liners for complex tasks
- Community-Driven: Thousands of formulas available
- Dependency Management: Automatic handling of prerequisites
- Customizability: Tailor packages to your needs
📦 Installation Guide
To install Homebrew, run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
图片
After installation, verify it with:
brew doctor
🔍 Common Commands
Here are some essential commands for Homebrew users:
Command | Description |
---|---|
brew install |
Install a package |
brew update |
Update Homebrew and its formulas |
brew search |
Search for packages |
brew uninstall |
Remove a package |
图片
For more details, check our Advanced Topics section.
🛡️ Maintenance & Updates
- Update Homebrew:
brew update
- Upgrade Packages:
brew upgrade
- Cleanup Orphaned Files:
brew cleanup
- Check for Outdated Packages:
brew outdated
图片
❓ Frequently Asked Questions
- How do I install a specific version? Read here
- What if I get an error during installation? Check our troubleshooting guide
- Can I use Homebrew on Linux? Explore our Linux support page
图片