Two years into full-time Linux and I’m finally burning the distro-hopping cycle. I fell for the Arch/AUR trap for a while, but I got tired of spending my weekends debugging file manager crashes instead of maintaining my home lab.

Switched back to Fedora, and it’s boring in exactly the way I need it to be. It’s a stable launchpad for my projects, not the project itself.

  • feannag@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 hours ago

    Interesting! I’ll have to check it out. I’m a little wary of immutable distros though. I do a fair amount of tinkering and random package installs. And I dont love flatpak.

    • SapphironZA@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      7 hours ago

      They are not as restrictive as people make them out to be. Ostree works quite well for installing a primary app like a different browser.

      If you want to avoid dependency conflicts entirely, You can have a look at distro shelf. It allows you to run a container for nearly any distro, install packages and then export those apps to run like native apps. I use it all the time when something is only supported via package and not flatpack, or some other distro only.

      The container still maps to your same home folder for file and config access.

      I have 3 containers, a fedora workstation one for standard apps I don’t want to do via Flatpak or AppImage. An Debian one for deb packages. And lastly a Arch one, which is for the more experimental apps. If I end up breaking something, I can just wipe the container and start again.