I use homebrew on linux, you’re not going to get GUI apps that way though, the linux binaries are almost exclusively cli apps and libraries, etc.
I use homebrew on linux, you’re not going to get GUI apps that way though, the linux binaries are almost exclusively cli apps and libraries, etc.
Co-maintainer here. That’s basically what it is. The value proposition is included hardware enablement on the image (nvidia drivers, controller support, etc). and flathub ootb.
Co-maintainer here, yep, you got it!
Of course you can install gparted, you can run just about anything that you want, it’s still Linux.
The OCI features are pretty new (they won’t hit Fedora until F40) so there’s catching up to do still. They’ll get there at some point, there’s just a vast amount of existing work out there that they need to account for.
Yeah, look at the examples here: https://github.com/coreos/layering-examples for an ansible example.
Though some modules don’t work (the flatpak one doesn’t work unfortunately). This is also useful: https://github.com/j1mc/ansible-silverblue
Hope it helps!
Someone just merged some shortcuts to let you turn them on and off easier: https://github.com/ublue-os/config/commit/0823567237f8d83a50a75e9a7cd15c7c9d758d22
Should work fine, bazzite even has a premade one, try it:
distrobox create --nvidia --image ghcr.io/ublue-os/bazzite-arch --name bazzite-arch
Nvidia is just a specific pain point, it’s nice to be able to roll back to a specific version of any given deployment.
It’s just more obvious for out-of-tree drivers since that’s usually a worse user experience.
You can totally use one of the tiling window manager images (sericea is based around sway) – it wouldn’t be a ton of work for that to be added to bazzite, it’s just another parameter in the matrix, feel free to hop into github and help out, I’m sure people will want lots of options.
The real question is why do flatpaks exist at all if you can just run programs in containers
flatpaks and containers use the same kernel tech underneath, cgroups and namespaces, it’s just a specific implementation designed for desktop apps, and it has things like portals and stuff that’s specific for gui apps. So for example, if you use silverblue, you use htop, but it wouldn’t make sense as a flatpak when there’s a full fedora installation delivered via a container already on your desktop, you’d just dnf install htop and move on.
But not if it takes away my ability to make my system fit my needs.
This is the problem with the term “immutable”. For some reason people seem to think that these systems take away configurability and freedom to tinker, which is wrong because the entire point of cloud native is composability. You declare what your system is supposed to look like, and then a deployable artifact comes out the other end, that’s pretty much it. Hope this helps!
Hi! I made the video and also happen to volunteer with flathub. The reason I’ve called it “cloud native” is because that’s the common term used in the industry already and server people know what that means. “Immutable” is a terrible term that is neither technically accurate or something users need to care about.
As for the CLI thing. Shoving CLIs into flatpaks could be a thing but that wouldn’t really solve a problem, it would just mean adding one more ocean to boil and someone would have to volunteer to package htop for the 30th time. There’s no need to do that, distros already have htop!
It’s a better time investment to fix the UX for containers on the desktop, especially since Mac and Windows are already there. :-/ There’s a few options that people are exploring that are worth discussing.
I personally use distrobox with the assemble pattern to have what I need on all my machines, but hopefully as time progresses distros will do a better job integrating all this stuff. I hope this helps answer some of your questions!
Hi! Co-maintainer here, you can find the differences in the github repo: https://github.com/ublue-os/bluefin
And there’s a doc page going over it here: https://universal-blue.discourse.group/docs?topic=41
If you have any other questions I’d be happy to answer them!