Read more

Fixing Homebrew "Permission denied" issues

Dominik Schöler
September 19, 2011Software engineer at makandra GmbH

When installing your first formula, Homebrew may complain about not being able to access certain directories. The easiest solution to this is:

chown <username> /usr/local/Cellar /usr/local/share # create these directories if they do not exist
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Then sudo brew install abc and you're going.

Posted by Dominik Schöler to makandra dev (2011-09-19 17:43)