16
Systemd-sysext Help Needed
(lemmy.world)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Gotta say... This is not how you'd generally do any of this. Where you get this info?
It's not how you "generally" do it because many immutable distro developers keep developing additional ways to do package management that are more and more complicated.
I still don't get why we can't have a BSD like approach. Make usr, bin, sbin read-only. But have /usr/local be writable and have a traditional package manager install to that location instead.
Bluefin maintainer here, you've described how Bluefin works except it's ~/.local/bin.
I am pretty sure we have not been developing package managers lol.
So if i were to "sudo dnf install neovim" on Bluefin, that would install Neovim to ~/.local/bin?
I didn't mean to say that Universal Blue specifically was making new package managers, but that in general new package managers have been created specifically to solve problems introduced by going immutable/atomic/image-based/whatever.
No they would
brew install neovim. System-level package management goes away entirely, that's the point.What new package managers? homebrew has been around for years. What problems are you describing? If you mean read only root that has been around since the 1980s. The problem as you describe it has been removed, you move on from package based entropy to image based systems.
This isn't a trend, modern linux is this way, it's just the desktop that has been behind until now.