hey nerds, I’m getting myself a new personal laptop as a treat, but I very much do not want windows 11 shitting it up. Is there a linux distro with caveman-compatible instructions for installation and use? I want to think about my OS as little as possible while actually using it.

I’ve got one friend who uses mint, but I’ve also seen memes dunking on it so who knows. I actually really only know what I’ve seen from you all shitposting in other communities

  • danA
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 days ago

    Install a few and see which one you like the most. You can install several distros at the same time and they’ll all appear in the boot menu. When I was deciding which distro to use on my laptop, I was dual booting Debian and Fedora, with one /home partition shared between both of them.

    Mint and Fedora are good choices IMO. Everyone is different though :)

    • wvstolzing@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 days ago

      Some caveats, though: To share the same home folder safely, it’s best to use the same desktop environment on both distros. Debian paired with Fedora makes it difficult to match the release numbers of the desktops, though, and there might be discrepancies with respect to user config files in the home folder, when you’re trying to configure features in Fedora that aren’t yet available in Debian.

      Also the system folder setup (locations of libraries and include files) is different between the two, so if there’s anything in the home folder that’s linked against libraries in one distro, it won’t work in the other. Especially if you’re going to compile anything in the home folder – including stuff that package managers of scripting languages like lua and python themselves compile – that could lead to major heaadaches.

      • danA
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        Good points. I was using KDE with both and didn’t have any issues (even though Debian’s version of KDE was older) but that might not work in all scenarios.

        I don’t have compiled things in the home folder - they go in either /usr/local/bin or /opt.