If you think you have ever felt true fear, you havent tried Gentoo yet

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    28 days ago

    Still no reason … unless the repo is volatile, and potentially you have a corrupt version, a simple -Syu is always enough.

    • 5714@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago

      Over a year, many repos become relative volatile.

      pacman-keyring or what that package is called gets stale really quick over longer periods of time. Large updates are quite smooth in Arch, but IIRC, -Syyu has helped me before.

      • deadcade@lemmy.deadca.de
        link
        fedilink
        arrow-up
        0
        ·
        27 days ago

        The extra y just forces a database update. The mechanism to detect when not to update the database is a simple timestamp compare, and shouldn’t break. archlinux-keyring might need a “manual” update if an Arch Linux system is left without updates for a longer period of time. That’s the only situation doing pacman -Sy, then pacman -S archlinux-keyring is recommended, and it needs to be followed with pacman -Syu to avoid a partial upgrade.