Finding Started: Homebrew on Ubuntu

Posted by Ubaid on October 30th, 2023

Homebrew, frequently referred to as "the missing offer supervisor for macOS", has over time extensive their reach beyond Apple's ecosystem. Though it begun for macOS, Homebrew today helps Linux programs as well, including Ubuntu. In this short article, we'll explore to the measures and great things about creating Homebrew on Ubuntu.

What's Homebrew?

Homebrew can be an open-source pc software deal management process that simplifies the installing computer software on Apple's macOS operating system and on Linux. It's similar to Ubuntu's apt-get but optimized for convenience and simplicity. Homebrew's offer index, also known as formulae, lets you deploy various application plans with an individual command.

Why Use Homebrew on Ubuntu? install brew ubuntu

Simplicity: Homebrew makes the installation method straightforward. No more juggling between change, produce, and produce mount commands.
Intensive Formulae: With 1000s of plans accessible, you can very nearly promise the application you will need is available.
Secure Installs: Homebrew installs plans for their own listing and then symlinks their files into /usr/local.
Installment:

Prerequisites:
Guarantee you've the required dependencies installed:

bash
Copy signal
sudo apt-get install build-essential curl record git
Installment Program:
Accomplish the following order to download and work the Homebrew installation software:

bash
Duplicate code
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Add to Cover Profile:
After the installment is complete, you should receive recommendations to incorporate Homebrew to your shell profile. For example:

bash
Copy rule
indicate 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/username/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
Examine Installment:
To make sure that Homebrew has been put up properly, you can run:

bash
Replicate code
brew --version
Applying Homebrew on Ubuntu:

Once you've Homebrew fitted, utilizing it is easy:

To put in a deal: make install
To update a deal: brew upgrade
To look for an offer: produce research
To get rid of a package: brew uninstall
Conclusion:

Having Homebrew on Ubuntu merges the ease and width of macOS's favorite deal manager with the power and flexibility of Ubuntu. For anyone migrating from macOS to Ubuntu or people buying different deal administration knowledge, Homebrew can be a game-changer. So, provide it a whirl and appreciate structured software installations in your Ubuntu system!

Like it? Share it!


Ubaid

About the Author

Ubaid
Joined: September 27th, 2020
Articles Posted: 3,538

More by this author