I’ve been using Debian-based distros most of my adult Linux life, but I read recently that KDE has a better experience on Fedora than Kubuntu, so I want to try it out.

I already know that I won’t be able to use apt, but what other differences should I expect with fedora?

The do not have an LTS release? What is upgrading like? When should you upgrade if you want stability?

    • sem@piefed.blahaj.zoneOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 months ago

      Thank you for this! I’m going to use it as a handy checklist of things to configure, beyond what the RPMFusion wiki said to do.

      I think a lot of these I will not need for my hardware, or wait to cross that bridge if I need to. But, one thing I thought was strange that the installer did not configure was hostname. So I’ll definitely copy what you did:

      hostnamectl set-hostname "$HOSTNAME_SHORT"  
      hostnamectl set-hostname "$HOSTNAME_PRETTY" --pretty  
      

      (might need sudo).

      Thanks!

      • mortalic@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        Sure, if there is anything you find that I missed, feel free to let me know, or open a PR.

        • sem@piefed.blahaj.zoneOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 months ago

          Will do – turns out yours also includes something else that I had missed – adding flathub :)