• Giloron@programming.dev
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    1 day ago

    The dependency issues seem like that are a flaw in the Arch design. It is the only package manager I’ve seen that requires running the latest available version of packages.

    • ShortN0te@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      23 hours ago

      Why should that be a flaw on Arch’s side, when it ooses no issue on Arch’s side? Partial updates are explicitly not supported. That would be fine for Manjaro if they would not encourage the use or for some cases even enable the use of AUR by default.

      • Giloron@programming.dev
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        10 hours ago

        Partial updates are explicitly not supported.

        This is what I’m referring to. Pacman is the only package manager I’ve used with this limitation.

        • ShortN0te@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          10 hours ago

          Yes but that is on Manjaro if they do not follow basic rules from their upstream and not on arch. If you ignore design desicions then thats on you.

            • ShortN0te@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              7 hours ago

              Thats the only (sane without tons of work) way how you can have a rolling release distro without the need to compile everything yourself, everytime. Dependency issues will occure when glibc gets updated (or any other library) and you only update some programms but not all, its possible that those programms work or not.