

Homebrew does not currently support 32-bit x86 platforms.
#Homebrew for windows install#
You may need to install your own Ruby using your system package manager, a PPA, or rbenv/ruby-build as we no longer distribute a Homebrew Portable Ruby for ARM. Pull requests are welcome to improve the experience on ARM platforms. Support for ARM is on a best-effort basis. Homebrew can run on 32-bit ARM (Raspberry Pi and others) and 64-bit ARM (AArch64), but no binary packages (bottles) are available. Sudo yum install libxcrypt-compat # needed by Fedora 30 and up ARM Paste at a terminal prompt: Debian or Ubuntu sudo apt-get install build-essential curl file git Fedora, CentOS, or Red Hat sudo yum groupinstall 'Development Tools' Use brew doctor to troubleshoot common issues. If you’re using an older distribution of Linux, installing your first package will also install a recent version of glibc and gcc. You’re done! Try installing a package: brew install hello Test -r ~/.bash_profile & echo "eval \$($(brew -prefix)/bin/brew shellenv)" >~/.bash_profileĮcho "eval \$($(brew -prefix)/bin/brew shellenv)" >~/.profile Test -d /home/linuxbrew/.linuxbrew & eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) test -d ~/.linuxbrew & eval $(~/.linuxbrew/bin/brew shellenv) Using /home/linuxbrew/.linuxbrew allows the use of more binary packages (bottles) than installing in your personal home directory.įollow the Next steps instructions to add Homebrew to your PATH and to your bash shell profile script, either ~/.profile on Debian/Ubuntu or ~/.bash_profile on CentOS/Fedora/Red Hat. Homebrew does not use sudo after installation. The installation script installs Homebrew to /home/linuxbrew/.linuxbrew using sudo if possible and in your home directory at ~/.linuxbrew otherwise. Instructions for a supported install of Homebrew on Linux are on the homepage. Use the same package manager to manage your macOS, Linux, and Windows systems.
#Homebrew for windows software#
