Re: Cannot install skypeforlinux

2023-05-18 Thread Tim via users
On Wed, 2023-05-17 at 19:20 -0400, Jeffrey Walton wrote: > The reason for short lived certificates is to keep CRLs small, > especially for mobile devices. In the past, mobile clients were asked > to download 60 MB CRLs over a 2G or 3G connection. UI's literally hung > while trying to perform the re

Re: Cannot install skypeforlinux

2023-05-17 Thread Jeffrey Walton
On Wed, May 17, 2023 at 2:47 AM Barry wrote: > > > On 16 May 2023, at 22:51, Tim via users > > wrote: > > > > On Tue, 2023-05-16 at 14:43 -0400, Todd Zullinger wrote: > >> AFAICT, you have the older key installed, which has expired. > > > > Tangentially, I'm not sure of the value of expiring ke

Re: Cannot install skypeforlinux

2023-05-17 Thread Tim via users
On Wed, 2023-05-17 at 22:29 +0200, Dario Lesca wrote: > sudo rpm -e gpg-pubkey-df7587c3-576a5c23 > sudo rpm -e gpg-pubkey-df7587c3-576a5c23 So much fun it's worth doing twice? ;-) -- NB: All unexpected mail to my mailbox is automatically deleted. I will only get to see the messages that are

Re: Cannot install skypeforlinux

2023-05-17 Thread Todd Zullinger
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-d

Re: Cannot install skypeforlinux

2023-05-17 Thread Dario Lesca
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 /

Re: Cannot install skypeforlinux

2023-05-17 Thread Paul Smith
On Wed, May 17, 2023 at 12:26 PM Neal Becker wrote: > > Are you sure you even need to install an app? > https://www.skype.com/en/features/skype-web/ Yes, Neal, as the web-version of Skype cannot blur the video background. Paul ___ users mailing list --

Re: Cannot install skypeforlinux

2023-05-17 Thread Neal Becker
Are you sure you even need to install an app? https://www.skype.com/en/features/skype-web/ ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fe

Re: Cannot install skypeforlinux

2023-05-17 Thread Patrick O'Callaghan
On Wed, 2023-05-17 at 17:45 +0930, Tim via users wrote: > Tim: > > > Tangentially, I'm not sure of the value of expiring keys, other > > > than > > > for timebombing things. > > Barry: > > In the general case it puts a limit on how long a compromised key > > will be usable. > > Let’s encrypt keys

Re: Cannot install skypeforlinux

2023-05-17 Thread Tim via users
Tim: >> Tangentially, I'm not sure of the value of expiring keys, other than >> for timebombing things. Barry: > In the general case it puts a limit on how long a compromised key will be > usable. > Let’s encrypt keys only live for 3 months (?) for example. If they've compromised it, couldn't *t

Re: Cannot install skypeforlinux

2023-05-16 Thread Barry
> On 16 May 2023, at 22:51, Tim via users wrote: > > On Tue, 2023-05-16 at 14:43 -0400, Todd Zullinger wrote: >> AFAICT, you have the older key installed, which has expired. > > Tangentially, I'm not sure of the value of expiring keys, other than > for timebombing things. In the general case

Re: Cannot install skypeforlinux

2023-05-16 Thread Tim via users
On Tue, 2023-05-16 at 14:43 -0400, Todd Zullinger wrote: > AFAICT, you have the older key installed, which has expired. Tangentially, I'm not sure of the value of expiring keys, other than for timebombing things. -- uname -rsvp Linux 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 20

Re: Cannot install skypeforlinux

2023-05-16 Thread Paul Smith
On Tue, May 16, 2023 at 7:44 PM Todd Zullinger wrote: > > Paul Smith wrote: > > Thanks, Doug. I tried as you suggested, but again: > > > > > > [SKIPPED] skypeforlinux_8.97.0.404-1.x86_64.rpm: Already downloaded > > error: Verifying a signature using certificate > > D40

Re: Cannot install skypeforlinux

2023-05-16 Thread Todd Zullinger
Paul Smith wrote: > Thanks, Doug. I tried as you suggested, but again: > > > [SKIPPED] skypeforlinux_8.97.0.404-1.x86_64.rpm: Already downloaded > error: Verifying a signature using certificate > D4040146BE3972509FD57FC71F3045A5DF7587C3 (Skype Linux Client > Repository

Re: Cannot install skypeforlinux

2023-05-16 Thread Paul Smith
On Tue, May 16, 2023 at 5:38 PM Doug Herr wrote: > > >> When trying to install > >> > >> dnf install skypeforlinux > >> > >> I am getting the error below transcribed. > >> > >> Could you please help me with this? > >> > >> Thanks in advance, > >> > >> Paul > >> - > >> >

Re: Cannot install skypeforlinux

2023-05-16 Thread Doug Herr
On Tue, May 16, 2023, at 9:28 AM, Doug Herr wrote: > On Sat, May 13, 2023, at 6:17 AM, Paul Smith wrote: >> Dear All, >> >> When trying to install >> >> dnf install skypeforlinux >> >> I am getting the error below transcribed. >> >> Could you please help me with this? >> >> Thanks in advance, >> >>

Re: Cannot install skypeforlinux

2023-05-16 Thread Doug Herr
On Sat, May 13, 2023, at 6:17 AM, Paul Smith wrote: > Dear All, > > When trying to install > > dnf install skypeforlinux > > I am getting the error below transcribed. > > Could you please help me with this? > > Thanks in advance, > > Paul > - > > Downloading Packages: >

Re: Cannot install skypeforlinux

2023-05-16 Thread Paul Smith
On Sat, May 13, 2023 at 3:29 PM Tim via users wrote: > > > When trying to install > > > > dnf install skypeforlinux > > > > I am getting the error below transcribed. > > > > - > > > > Downloading Packages: > > Running transaction check > > Transaction check succeeded. >

Re: Cannot install skypeforlinux

2023-05-13 Thread Doug Herr
On Sat, May 13, 2023, at 6:17 AM, Paul Smith wrote: > Dear All, > > When trying to install > > dnf install skypeforlinux > > I am getting the error below transcribed. > > Could you please help me with this? > > Thanks in advance, > > Paul > - > > Downloading Packages: >

Re: Cannot install skypeforlinux

2023-05-13 Thread Tim via users
On Sat, 2023-05-13 at 14:17 +0100, Paul Smith wrote: > When trying to install > > dnf install skypeforlinux > > I am getting the error below transcribed. > > - > > Downloading Packages: > Running transaction check > Transaction check succeeded. > Running transaction

Cannot install skypeforlinux

2023-05-13 Thread Paul Smith
Dear All, When trying to install dnf install skypeforlinux I am getting the error below transcribed. Could you please help me with this? Thanks in advance, Paul - Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test