> It didn't ask for the key package-signing-key file or the key 
> fingerprint.?? Did it use them silently somehow, or were they unneeded?

Add `localpkg_gpgcheck=1` to `/etc/dnf/dnf.conf`
https://dnf.readthedocs.io/en/latest/conf_ref.html#localpkg-gpgcheck-label

Many, including myself, feel this should be the default.

Then, when you wish to install a local package without checking the gpg key, 
add the `--nogpgcheck` option to your dnf command.

List installed rpm keys: 

    rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} %{summary}\n'

To import the Zoom gpg key into your rpm database:

    sudo rpm --import https://zoom.us/linux/download/pubkey

Robin

_______________________________________________
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

Reply via email to