I’ve been at this now for a while, trying the following things I found in the forum and the wiki:
[david@Alita2024 ~]$ rm manjaro-keyring* archlinux-keyring*
[david@Alita2024 ~]$ curl -O https://mirror.easyname.at/manjaro/pool/overlay/manjaro-keyring-20230719-3-any.pkg.tar.zst
[david@Alita2024 ~]$ curl -O https://mirror.easyname.at/manjaro/pool/sync/archlinux-keyring-20250430.1-1-any.pkg.tar.zst
(Did I maybe choose the wrong files?)
[david@Alita2024 ~]$ sudo rm -r /etc/pacman.d/gnupg
[david@Alita2024 ~]$ sudo pacman-key --init
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trust-db erzeugt
gpg: keine ultimativ vertrauenswürdigen Schlüssel gefunden
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
gpg: migration succeeded
==> Pacman Hauptschlüssel generieren. Kann eine Weile dauern.
gpg: Generating pacman keyring master key...
gpg: Verzeichnis `/etc/pacman.d/gnupg/openpgp-revocs.d' erzeugt
gpg: Widerrufzertifikat wurde als '/etc/pacman.d/gnupg/openpgp-revocs.d/87B2ADADFB36BBD63C770597188739C9CC1A2109.rev' gespeichert.
gpg: Done
==> Aktualisiere Trust-Datenbank...
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: Tiefe: 0 gültig: 1 signiert: 0 Vertrauen: 0-, 0q, 0n, 0m, 0f, 1u
[david@Alita2024 ~]$ sudo pacman -U manjaro-keyring*.pkg.tar.zst archlinux-keyring*.pkg.tar.zst
Fehler: GPGME-Fehler: Keine Daten
Fehler: GPGME-Fehler: Keine Daten
Fehler: GPGME-Fehler: Keine Daten
Fehler: Datenbank »core« ist nicht gültig (Ungültige oder beschädigte Datenbank (PGP-Signatur))
Fehler: Datenbank »extra« ist nicht gültig (Ungültige oder beschädigte Datenbank (PGP-Signatur))
Fehler: Datenbank »multilib« ist nicht gültig (Ungültige oder beschädigte Datenbank (PGP-Signatur))
Pakete werden geladen …
Warnung: manjaro-keyring-20230719-3 ist aktuell -- Reinstalliere
Warnung: archlinux-keyring-20250430.1-1 ist aktuell -- Reinstalliere
Fehler: Vorgang konnte nicht vorbereitet werden (Ungültige oder beschädigte Datenbank)
Looked like id did not solve my problem and “sudo pacman -Syu” did provide the same outcome as before
After further research I tried the following (PGP signature inferno "Invalid or corrupted package (PGP signature)" - #10 by itgmo):
sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman-mirrors -c Global
this also did not solve the problem. A week ago I tried several other things I found on the forum, I did not write down and don’t quite remember.
The solution is probably somewhere in there…
Thanks for reading this!