I’m wondering if a distro like the one I’m looking for even exists:

  • simple as in KISS and vanilla. This excludes Debian where the package manager is too complex and packages deviate from upstream too much, as well as OpenSUSE, where systems administration relies on GUI tools too much and the package manager is even more complex.
  • fixed release (excludes everything Arch-based)

So from the major distros, only Fedora is left as an option, where I really don’t know enough about it. Is it possible to do a minimal install of it? Is it built around a GUI app store? Does it rely on Flatpak like Ubuntu does with Snap?

Or are there other distros out there that I’m not aware of? Basically everything from the past 5 years I have no experience with. I’ve heard good things about NixOS, but it sounds weird as a daily driver.

  • doomkernel
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    What’s the complex part about “apt” or “zypper”?

    • KISSmyOS@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      8 months ago

      Taking apt as an example: The fact that it has recommended and suggested dependencies, meta-packages and virtual packages, that installing a package and then removing it again often leaves your system in a different state than before, that it has 7 different default front-ends for different tasks, (don’t mix them!), apt-pinning, blacklists, 5 different repository branches, …