Question: I’m running Linux Mint right now. Is it possible to change distro to … for example OpenSuse - without a clean install ?

  • kibiz0r@midwest.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    The real question is all the stuff beyond just having the distro installed. The packages, the services, the configs, the application data.

    If you leave all that stuff the way it was installed via the old package manager, it may have some bad assumptions baked in and may be incompatible with packages you install with the new package manager.

    And if you clear all of it out and reinstall it, have you really gained anything vs. just doing a clean install?

    There’s a reason you have a home dir. Just copy that forward along with whatever other config files you might’ve customized.

    Btw, if the ability to make drastic changes while still maintaining continuity is an important feature for you, maybe check out NixOS.

    • Archr@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago

      There’s a reason you have a home dir. Just copy that forward along with whatever other config files you might’ve customized.

      This is probably the reason why most distros will have the home directory on a separate partition. To easily allow you to keep your most important data when reinstalling or switching to a new distro.