Linuxbrew / brew

:beer::penguin: The Homebrew package manager for Linux
https://linuxbrew.sh
BSD 2-Clause "Simplified" License
2.66k stars 237 forks source link

tutorial of offline install #900

Closed livc closed 5 years ago

livc commented 5 years ago

How to install Linuxbrew in an offline (no internet connection) machine?

sjackman commented 5 years ago

You can download a release tarball from here: https://github.com/Homebrew/brew/releases Follow theSource code (tar.gz) link. Then follow these instructions: https://linuxbrew.sh/#alternative-installation On a machine that has Internet access, you can brew fetch the bottles for the formulae that you want to install, then copy ~/.cache/Homebrew to the machine that does not have Internet access.

sjackman commented 5 years ago

Note that Homebrew/brew now supports Linux.