• WFH@lemm.ee
    link
    fedilink
    English
    arrow-up
    14
    ·
    2 months ago

    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.

    • kurcatovium@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      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?

      • luciferofastora@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        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.

      • WFH@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        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.

        • Vittelius@feddit.org
          link
          fedilink
          arrow-up
          3
          ·
          2 months ago

          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

          • WFH@lemm.ee
            link
            fedilink
            English
            arrow-up
            3
            ·
            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

    • Blubber28@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      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?