TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Homebrew on Linux

2 pointsby rhimover 2 years ago

2 comments

Normilleover 2 years ago
I&#x27;ve just recently switched from Homebrew to MacPorts on OSX, after using Homebrew for as long as I can remember.<p>I got sick of having to wait several minutes for homebrew to crank into action and check for updates every time I fired it up and also the fact that they&#x27;ve been actively deprecating older versions of OSX. [Im still happily using Mojave on my antiquated laptop and desktop].<p>Then there were the build times which, in some cases, would take hours and leave my laptop hot enough to fry eggs on.<p>Since switching to MacPorts [fingers crossed!] I&#x27;ve had no problems so far; It checks for updates much quicker. It never has problems finding versions of software which will run on Mojave [and it doesn&#x27;t keep warning me that I&#x27;m &quot;on my own&quot; for running an older version of OSX!]. Install times are much faster, as MacPorts favours pre-built binaries.<p>The only issues I&#x27;ve had so far have been a few obscure edge cases, such as VSCodium plugins where they&#x27;ve stopped working and I&#x27;ve needed to update the binaries they&#x27;re configured to point to, away from <i>&#x2F;usr&#x2F;local&#x2F;bin&#x2F;</i> [Homebrew] to <i>&#x2F;opt&#x2F;local&#x2F;bin&#x2F;</i> [MacPorts].<p>I could [in the past] see the need for Homebrew on OSX. But I certainly don&#x27;t have any intention of letting it anywhere near any of my Linux boxes. Especially as they already have decent package management built in.
simonblackover 2 years ago
&#x27;Private&#x27; software (software that&#x27;s only being used&#x2F;installed by one user, rather than being installed for system-wide usage) should be installed to ~&#x2F;.local&#x2F;bin.<p>You shouldn&#x27;t need to install something like Homebrew to do that. The words &#x27;sledgehammer&#x27; and &#x27;walnut&#x27; spring to mind.