logoalt Hacker News

maxlohtoday at 6:43 PM5 repliesview on HN

Homebrew is so good that I use it on Linux whenever possible.

Most Linux package managers cannot separate user-installed packages from system packages. This makes cleaning up your workstation nearly impossible and a pain in the ass, since you can't tell what should be removed, or more importantly, what can be removed.

Also, most native package managers update much slower than Homebrew, meaning you often only get outdated packages.


Replies

Washuutoday at 6:57 PM

> Most Linux package managers cannot separate user-installed packages from system packages.

And because of pinning versions to LTS releases on certain Linux distributions many times those packages stay out of date for years. Which is quite annoying.

show 1 reply
dom96today at 10:04 PM

Huh, didn't know you can use Homebrew on Linux

pramtoday at 7:08 PM

Yep homebrew on an LTS distro is pro.

vondurtoday at 7:37 PM

Homebrew is the default on Bluefin Linux since most of the system is immutable. I like it since I’m so used to it on my Mac.

colordropstoday at 9:04 PM

Brew is probably serving your needs, but you might also want to look into Nix/NixOS, which takes what you are talking about to the next level.

show 1 reply