Dario Lesca wrote:
> https://discussion.fedoraproject.org/t/dnf-update-failed-skype-gpg-key-expired/81540/3
> 
> sudo rm /etc/yum.repos.d/skype-stable.repo
> rpm -qa gpg-pubkey --qf "gpg-pubkey-%{version}-%{release} %{summary}\n"
> sudo rpm -e gpg-pubkey-df7587c3-576a5c23
> sudo rpm -e gpg-pubkey-df7587c3-576a5c23
> sudo curl -o /etc/yum.repos.d/skype-stable.repo 
> https://repo.skype.com/rpm/stable/skype-stable.repo
> dnf clean all
> sudo dnf update skypeforlinux -y
> sudo dnf install skypeforlinux -y

That's a lot more work than necessary. :)

All that's really needed is:

    rpm -e gpg-pubkey-df7587c3-576a5c23
    dnf upgrade skypeforlinux

It's also worth noting that `update` is a deprecated alias
for `upgrade` in dnf.  It's best to get out of the habit of
using it, should it eventually be removed. :)

-- 
Todd

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to