• ccryx@discuss.tchncs.de
    link
    fedilink
    arrow-up
    21
    ·
    1 month ago

    Update only archlinux-keyring and try again.

    # pacman -S archlinux-keyring
    # pacman -Syu
    

    In some cases you may need to re-populate the keyring.

    # pacman-key --init
    # pacman-key --populate
    
      • ccryx@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Then maybe the downloaded packages are actually corrupted. You could check if they have plausible file sizes. IIRC pacman will ask you if you want to delete the non-matching files but I’m not entirely sure. They should end up in /var/cache/pacman/pkg.

    • Binette@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      I tried syncing my times using hwclock. It didn’t work. Unless maybe you can’t sync your clock with hwclock. I’m pretty bad at this. I also tried the other things but it didn’t work either.

      • cyberfae@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 month ago

        You also need to sync NTP. That’s the service that checks the internet to ensure the time is correct. On top of that you might want to ensure the timezone is set correctly. Also, consider reading the section on cleaning cached packages and changing your key server.

        • Binette@lemmy.mlOP
          link
          fedilink
          arrow-up
          4
          ·
          1 month ago

          I synced NTP and repopulated the keys and it worked! I think last time I tried to fix this, I just forgot to repopulate the keys afterwards. Thanks!

          • cyberfae@lemmy.world
            link
            fedilink
            English
            arrow-up
            6
            ·
            1 month ago

            Your welcome. And if you get stuck reading the arch wiki, it’s worth reading it again just to make sure you didn’t miss anything.