On 26/04/2021 02:09, Michael Hennebry wrote:
On F33, yum update gives me
...
(195/196): vim-common-8.2.2787-1.fc33.x86_64.rp 3.6 MB/s | 6.7 MB     00:01
(196/196): java-11-openjdk-headless-11.0.11.0.9 2.4 MB/s |  38 MB     00:15
[DRPM] libburn-1.5.4-1.fc33_1.5.4-2.fc33.x86_64.drpm: done
--------------------------------------------------------------------------------
Total                                           8.5 MB/s | 258 MB     00:30
Delta RPMs reduced 511.0 MB of updates to 510.8 MB (0.1% saved)
warning: 
/var/cache/dnf/rpmfusion-nonfree-237dcb74312e3130/packages/rpmfusion-nonfree-appstream-data-33-2.fc33.noarch.rpm:
 Header V3 RSA/SHA1 Signature, key ID 94843c65: NOKEY
RPM Fusion for Fedora 33 - Nonfree              1.6 MB/s | 1.7 kB     00:00
Importing GPG key 0x94843C65:
 Userid     : "RPM Fusion nonfree repository for Fedora (2020) 
<rpmfusion-build...@lists.rpmfusion.org>"
 Fingerprint: 79BD B88F 9BBF 7391 0FD4 095B 6A2A F961 9484 3C65
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-33
Is this ok [y/N]:

From google, I know approximately what it means.
Also from google:
rpmfusion-nonfree-appstream-data - Appstream metadata for the RPM Fusion 
nonfree repository

The message seems to be aganst the
repository rather than an individual package.
Huh?
Why would an update reach out to a previously unused repository?
For that matter I'm not all that sure it did.
I'm pretty sure I've used rpmfusion nonfreee before.
Why would it be balking now?
What do I do about it?

This problem predates the root change mentioned in another thread
(... won't boot after moving ...).
I'd suspected, clearly incorrectly, that it had something
to do with the fullness of my root partition.

Until I have a solution,
is there a way to tell yum to update everything
that does not involve rpmfusion non-free?


Well, for sure you have rpmfusion-nonfree-appstream-data installed on your 
system. And,
in the update process it is found that the signing key needs and update as well.

You can see what rpmfusion packages are installed by doing

dnf list installed | grep rpmfusion

And you can find out when rpmfusion-nonfree-appstream-data was installed by 
using

dnf history rpmfusion-nonfree-appstream-data

And when you find the transaction number you can do

dnf history info X

where X is the transaction number.

The "yum" command has been depreciated for some time now.  dnf the preferred 
command
to use for command line updates.

I don't know why you'd see this request to update the key as a "problem".

--
Remind me to ignore comments which aren't germane to the thread.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to