Linuxbrew
Linuxbrew is a free, open-source package management system for Linux that mirrors the Homebrew experience on macOS. It runs in user space, enabling installation of software without requiring root access. Packages are installed into a separate prefix, typically /home/linuxbrew/.linuxbrew or ~/.linuxbrew, with the brew command managing installations and updates. Binaries are then available in the user’s PATH.
Linuxbrew uses formulae—text files describing how to fetch, build, and install a package—and taps, which are
Because it operates in user space, Linuxbrew can coexist with system package managers such as apt, dnf,
History and status: Linuxbrew originated as a port of Homebrew to Linux to provide a familiar installation