I think that a Marxist society should allow for 0 proprietary software, and instead support for everything in free and open source decentralized technology.

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    When you say arch-based, is there like a tree of distros? Where a popular distro will then be redesigned by separate devs? Or are they different at a deeper level? I assume they’re all Unix-based at heart?

    • relay
      link
      fedilink
      English
      51 year ago

      The common bases of linux distros are:

      Debian: known for stability but not fully up to date, uses apt-get as a package manager.

      Ubuntu: Based on debian, but more up to date, and supports more proprietary hardware and software (not that debian can’t do what ubuntu does with a little tweaking).

      Arch: Bleeding edge up to date, can theoretically be unstable. uses pacman as a package manager.

      After the base some people differentiate from the base os by changing the default programs installed (often this is including or excluding proprietary software), desktop environment (gnome, KDE, cinnamon, xfce), have different programs in the repository, or have a different installation experience.

    • yes, the vast majority of distros are based on another distro (which may be based on another, and …)

      Linux is not Unix-based in the sense that it’s a fork of Unix (the latter is proprietary), but it’s certainly based on Unix’s design, just like the various BSDs