pacman -Sy archlinux-keyring returns error cannot update core among other repositories and pacman -Ss archlinux-keyring shows the keyring to be installed with date of 20200622-1 on it. On Tue, 11 Aug 2020, Rafael Fontenelle wrote:
Date: Tue, 11 Aug 2020 13:54:44 From: Rafael Fontenelle <rafaelff@gnome.org> Reply-To: General Discussion about Arch Linux <arch-general@archlinux.org> To: General Discussion about Arch Linux <arch-general@archlinux.org> Cc: arch-general@lists.archlinux.org Subject: Re: [arch-general] old archlinux instance repositories progress
On Tue, Aug 11, 2020 at 2:14 PM Jude DaShiell <jdashiel@panix.com> wrote:
I found and downloaded a current mirrorslist file and selected servers to use. pacman cannot update though and I suspect this is because the necessary ssh keys have to be imported. How is this done using pacman facilities in such a situation?
--
Hi Jude,
Try first installing Arch's keys (without the -u flag for now) and then try to upgrade the installed software (now with -u flag). The commands involved are:
pacman -Sy archlinux-keyring
and
pacman -Syu
Best regards, Rafael Fontenelle
--