Budgie Discover now comes with error Public key not found. whats up?
After a couple of days the error disappeared. Probably something did update. Discover is weird.
EDIT: and it immediately reappeared.
Assuming this is an rpm issue, you can get a better output of the problem by running sudo dnf upgrade
I had issues with google-chrome yesterday. If it happens to be the same problem ..
sudo rpmkeys --list
The output looks something like the below:
79bdb88f9bbf73910fd4095b6a2af96194843c65 RPM Fusion nonfree repository for Fedora (2020) <rpmfusion-buildsys@lists.rpmfusion.org> public key
eb4c1bfd4f042f6dddccec917721f63bd38b4796 Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com> public key
c6e7f081cf80e13146676e88829b606631645531 Fedora (43) <fedora-43-primary@fedoraproject.org> public key
e641ad713ec7538a5d36135bb56f0d7ef90ac224 grumpey_pinta (None) <grumpey#pinta@copr.fedorahosted.org> public key
e9a491a3de247814e7e067eae06f8ecdd651ff2e RPM Fusion free repository for Fedora (2020) <rpmfusion-buildsys@lists.rpmfusion.org> public key
I had to remove the google key
sudo rpmkeys --delete eb4c1bfd4f042f6dddccec917721f63bd38b4796
and then re-run the upgrade
sudo dnf upgrade --refresh
It then prompted to re-install the google keys.
You can also check this key with:
gpg --show-keys /usr/share/distribution-gpg-keys/google/linux_signing_key.pub
Upgrade with dnf seems to work fine.