homebrew - Package manager for Homebrew

Author:Andrew Dunham

Synopsis

New in version 1.4.

Manages Homebrew packages

Options

parameter required default choices comments
install_options no
    options flags to install a package
    name yes
      name of package to install/remove
      state no present
      • present
      • absent
      state of the package
      update_homebrew no no
      • yes
      • no
      update homebrew itself first

      Examples


      - homebrew: name=foo state=present
      - homebrew: name=foo state=present update_homebrew=yes
      - homebrew: name=foo state=absent
      - homebrew: name=foo,bar state=absent
      - homebrew: name=foo state=present install_options=with-baz,enable-debug
      

      Table Of Contents

      Previous topic

      gem - Manage Ruby gems

      Next topic

      macports - Package manager for MacPorts