Linux
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
I'm not super familiar with sysext, but from my understanding, you'd need to create an additional sysext to include, or find an existing one for DMS (I couldn't find one).
Your other options would be using rpmtree or a custom image. Theres already a few images out there that are based on Bluefin with Niri + DMS added.
Tbh I'm recalling struggling to find good documentation for sysext. Asking in the ublue discord will probably get you better answers.
I have no clue but I do have a question. If you want to mess about with window managers and ricing them (I like that as well), wouldn't a non immutable distro be easier? It is "immutable" but it seems you want to mutate all kinds of stuff.
That's a great question. I like the concept of more stable OS and I played a bit with NixOS in the past but ultimately decided that it is too much of a hassle to learn Nix to use it and decided to try Bluefin. I am actually overall content as I was able to install the missing packages either in Toolbox/Distrobox or using homebrew.
By the way I have actually found a way, and rebased my OS to another immutable flavor. I know that's more of a workaround.
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 think that's because the user can still fuck up their system by doing some stuff to those user files, like not managing their packages correctly. Note that for normal users anything that messes up their user experience equates to messing up "the system". But I don't really know, it's just a guess. I just run a normal distro where you can mess with everything (like god intended lol).
That's not the reason. On immutable distros, you can still mess up your flatpak packages, distrobox containers, homebrew packages, etc.
Only "OS" files like those in /bin prevent accidental modification and removal since you cannot directly change them, even with root.
On immutable distros, you can still mess up your flatpak packages, ... homebrew packages ...
wait: there's immutable versions of macos?
MacOS's has been immutable for a while now. But that's not what I was referring to. Homebrew also works on Linux, lots of CLI tools and libraries are available there. It does have some GUI apps, but not as many packaged as for MacOS.
i was aware that homebrew works on linux, i just assumed people would use apt/dnf/guix/whatever since it seems superior to me; but then again, i hardly ever touch homebrew besides my employer provided mac.
what applications does immutable macos have?
We are discussing immutable distros, where you don't have apt/dnf/guix/whatever installed on the host system. They are replaced with other package managers. On Ubuntu Core, that is snap. On Fedora Atomic, that is rpm-ostree, flatpak, and toolbox.
MacOS is immutable, there is no non-immutable version.
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.