Hacker News new | ask | show | jobs
by kimi 1216 days ago
The problem is that every time you install something it will update a gazillion dependencies because there is a minor version difference in a library I don't even use. And of course I did not ask for those binaries to be upgraded.

When I do a yum install, 99% of the cases it just add the package I need. And won't mess with my dev tools.

1 comments

I believe you need to set the envvar HOMEBREW_NO_AUTO_UPDATE to avoid that problem.
I always encourage folks to read over the environment section of the manpage, as it's extremely helpful: https://docs.brew.sh/Manpage#environment
Sane defaults are important tough.