this post was submitted on 24 Jul 2024
514 points (97.8% liked)

linuxmemes

21009 readers
363 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 15 points 2 months ago (2 children)

    Regular Linux distros have 30+ years of history. It's what most of us are used to. Immutable/atomic/transactional OSes are relatively recent hence the relatively low adoption rate.

    Also, atomic OSes are, by nature, much harder to tinker with. After all, the goal is to provide the exact same image for all users. As a power user, it's a bit frustrating. As a new user, having a virtually unborkable system is excellent.

    If you plan on installing an atomic variant of Fedora, may I suggest uBlue Aurora instead of Fedora Kinoite? It is based on Silverblue/Kinoite but includes by default, among other QOL improvements, the restricted-licence codecs that must be manually installed in official Fedora products.

    [–] [email protected] 1 points 2 months ago (1 children)

    I am all open for suggestions! I will add a bit of context; I am proficient with Linux command line, good enough to troubleshoot if problems pop up. But I currently do not feel the desire to tinker a lot with the system itself, I just want to do daily driving, play games, and do some basic coding for fun. What value do those restricted licence codecs bring to the system?

    [–] [email protected] 1 points 2 months ago

    Hardware acceleration mostly.

    [–] [email protected] 3 points 2 months ago (2 children)

    Well, currently I use Tumbleweed with just couple of tweaks, but I can't live without things like Yakuake, fish, yt-dlp and bunch of other console commands that are not present in most dostros' defaults. How does atomic distribution handle this? I believe flatpak only has gui applications...

    // I just diacovered Yakuake is there, but I can't imagine how does this specific program integrate with system?

    [–] [email protected] 1 points 2 months ago

    Pretty sure I installed protontricks from a flatpak too, and that one is a console app. But it depends on some flatpak being available for the app.

    Like the other reply said though, you can use other means to install apps in ways that don't require altering system files.

    [–] [email protected] 1 points 2 months ago (1 children)

    You can layer basically any RPM onto the base system with rpm-ostree, but it's slow and inefficient, or you can install anything from any distro by spinning a container with Distrobox and exporting the command to your main system.

    [–] [email protected] 3 points 2 months ago (1 children)

    The universeal blue family of operating systems also comes with Homebrew, the Linux port of the popular Mac package manager. The idea being that flatpak is for GUI apps and homebrew for the cli

    [–] [email protected] 3 points 2 months ago

    Oh yeah thanks I forgot about brew. TBH the only uBlue machine I'm currently playing with is destined to be my dad's new computer, so he's not expected to get anywhere near the command line :D