How do non explicitly installed package dependencies get updated in Arch? Do they update independently of the package that is dependent on them, or do they get updated when the parent package updates? Or is it some secret third thing?

Thanks!

  • @MsFlammkuchen
    link
    172 months ago

    Every package gets updated, when there is an update for it. Dependencies don’t matter for that.

    Only if a package depends on a specific version of another package, is there a difference. When the dependency would get updated to a version that doesn’t satisfy the version requirement. Then an error gets thrown and nothing gets updated.

    But the package maintainers for the official repos don’t really let that happen. It’s more of a problem with aur packages.

    • @ccryx@discuss.tchncs.de
      link
      fedilink
      122 months ago

      Adding to this: individual package updates are not supported. Always update your whole system, unless you know what you are doing.

    • AdaOPA
      link
      English
      22 months ago

      Thank you! Everything I wanted to know, and little bit extra :)