this post was submitted on 03 Nov 2023
51 points (83.1% liked)
Linux
48012 readers
960 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I tried Homebrew once in a VM and didn't like it, I felt it was too invasive.
Why does it create another user and put files under
/home/linuxbrew/
? Answer:Where's the logic in that? Why not just install to the user's home directory so that you don't even need root access in the first place?
Why is
sudo
hard-coded? Answer: it's to prevent people from usingdoas
and othersudo
alternatives.Why is installing from the tarball unsupported and so frowned upon? FFS isn't this just supposed to be a package manager? Why is everything so complicated and opinionated when compared to pip, cargo, Flatpak, etc? Compare this mess to Golang's install and uninstall process where you literally just need to
tar -xzf
a file orrm -rf
a directory.Wow, great comment! Much appreciated!
Excellent remark! Wow, that by itself already wrote it off for me.
Another home-run! Especially as I've been a staunch user of
doas
for quite a while now and wouldn't like to give up on that. Thank you so much for informing me on this!Your third point is also interesting to ponder upon, though it wasn't as impactful to me personally as the previous two were.
I would like to thank you once again for your astoundingly awesome insights on this matter! This comment has definitely contributed the most in me letting go of the thought of using Homebrew entirely (while some others already informed me that GUI-apps (mostly) can't be installed from Homebrew to function on Linux anyways).