


Step 1 - Installing a Compiler Environmentīefore installing Homebrew, you will need a working compiler so that Homebrew can build packages.
#BREW INSTALL ITSYCAL HOW TO#
You can refer to How To Install Git on Ubuntu 20.04 on Linux specifically, or follow the official Git documentation on another platform. The version control tool git installed on your machine. You can learn more about how to set up a user with these privileges in our Initial Server Setup with Ubuntu 20.04 guide. PrerequisitesĪ Linux server or desktop environment, and a non-root user with sudo privileges. You’ll install system tools and configure your shell environment to use Homebrew from the command line interface. In this tutorial you’ll install and use Homebrew in a Linux environment. Also, since Homebrew packages are designed to only provide per-user functionality, Homebrew can be used alongside your system package manager without creating conflicts. While Homebrew was originally created to install Linux tools on macOS, many Homebrew packages are better maintained or more convenient to use than the equivalent packages available in Linux repositories. More recently, Homebrew has added native support for Linux. For example, some programming languages prefer to use their own package managers, such as Python’s pip, or Node.js’ npm to install additional scripts or libraries that are localized to your own user account. However, it is not always practical to install all software via apt or dnf. Linux systems all make use of their own built-in package managers, such as apt on Debian, Ubuntu, and derivatives, and dnf on Red Hat, Fedora, and Rocky Linux, to install programs and tools from trusted and maintained package repositories. Homebrew is a package manager that was originally developed for macOS to let you install free and open-source software using your terminal.
