this post was submitted on 29 Apr 2024
44 points (92.3% liked)
Linux
47952 readers
1748 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
https://getaurora.dev/
If you like and trust Homebrew for packages, yes.
I have to try it, am kinda suspicious but I guess it is a good distribution method?
I had never used homebrew before switching to bluefin. Honestly I still hardly use it. Most gui things I can find flatpaks and command line stuff I'll search homebrew, but just as easy to open Ubuntu distrobox and apt install or install a .deb
I love that everything is updating constantly. That you can roll back easily if you mess something bad. That all system files are immutable so. Also super easy to rebase from to bluefin to ublue to Aurora to Bazzite to kinoite.
I dont get why they push Ubuntu so much. I use a Fedora toolbox which works great... apart from the fact that there is no damn upgrade! So only rawhide possible, lol.
Rebasing and rpm-ostree are truly beautiful. And adapting to it, for example packaging stuff written to /usr into an RPM, is interesting.
I have at least 2 use cases (placing different SDDM launch scripts, SDDM themes and something else) that need to be written to the immutable directory.
I think documenting how to package "put script abc to /usr/foo/bar" into an RPM, or even automate it, will be lit. Will try to figure that out when I have time.
Lunarequest did this with sddm2rpm but only for that job.