Import PGP key F3B607488DB35A47, "manuel <manuel@endeavouros.com>"?

I’m having issues updating one system here:

Import PGP key F3B607488DB35A47, "manuel <manuel@endeavouros.com>"?

This is an Arch install to which I have added EOS repo. I just wanted to make sure if this key belongs to @manuel before downloading it.

I looked it up:

But it says uid CachyOS <admin@cachyos.org>. Now @manuel may very well be engaged in CachyOS as well and that’s great but I wanted to make sure.

$ pacman-key --list-keys | grep F3B607488DB35A47
gpg: Note: trustdb not writable

I have already @manuel in my pacman-key

pub   ed25519 2022-05-23 [C] [expires: 2042-05-18]
      0F20FADC599D1C46EB556455AED8858E4B9813F1
uid           [  full  ] manuel <manuel@endeavouros.com>
sub   ed25519 2022-05-23 [S] [expires: 2033-05-20]

And it is not the same key as pacman is asking me to download.

Also, the only package in this update belonging to EOS is:

endeavouros/downgrade 11.5.0-1 11.5.1-1 0.00 MiB

I’ll --ignore it for now so that I can update.

1 Like

AED8858E4B9813F1is manuels key F3B607488DB35A47` is not
You do need to get our keyring package installed to get the keys in..

wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/main/pacman.conf
cp pacman.conf /etc/pacman.conf

wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/main/airootfs/etc/makepkg.conf

cp makepkg.conf /etc/makepkg.conf

wget https://raw.githubusercontent.com/endeavouros-team/PKGBUILDS/master/endeavouros-mirrorlist/endeavouros-mirrorlist

cp endeavouros-mirrorlist /etc/pacman.d/endeavouros-mirrorlist

pacman-key --recv-key 0F20FADC599D1C46EB556455AED8858E4B9813F1 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key 0F20FADC599D1C46EB556455AED8858E4B9813F1

pacman-key --init
pacman -Syy --noconfirm endeavouros-keyring 
pacman -S --noconfirm endeavouros-mirrorlist
2 Likes

I had already manuel’s key in pacman-key but re-adding it and running the subsequent commands did solve the issue. @joekamprad thank you for the help!

2 Likes

we use this in the arch dockers we take to autobuild ISO:

2 Likes

This is great! Just do it all in one go! Nice, Thanks for sharing!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.