Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Homebrew

  • Dependencies

    • list all installed packages

      brew list

    • list isntalled cask packages

      brew installed --cask

    • General package info

      brew info X

    • What are X dependencies

      brew deps X

    • What depends on X

      brew uses X --installed

    • Do not use brew leaves to find what can be uninstalled (see link above)

    • Save current brew installed list (to Brewfile)

      brew bundle dump

      To restore

      brew bundle install

  • Java