notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Homebrew.md (397B)


      1 # Homebrew
      2 
      3 **Source:** [https://docs.brew.sh](https://docs.brew.sh)
      4 
      5 **Definition:** Homebrew is a package manager requiring only glibc and gcc.
      6 
      7 One benefit of Homebrew is it should support macOS, Linux, and WSL in a unified way. Despite this, the consensus seems to be running Homebrew on Linux is a bad idea because distribution package managers often result in dependency versioning issues.