can't update System (Fedora 41)
from FriedRice@lemmy.ml to linux@lemmy.ml on 14 Nov 20:32
https://lemmy.ml/post/22505585

I’m a Linux noob. But I get suddenly when i try to download the updates the Fedora Software store is showing me, this fail,

package proton-vpn-gtk-app-4.7.4-1.fc41.noarch cannot be verified and repo protonvpn-fedora-stable is GPG enabled: /var/cache/PackageKit/41/metadata/protonvpn-fedora-stable-41-x86_64/packages/proton-vpn-gtk-app-4.7.4-1.fc41.noarch.rpm could not be verified. /var/cache/PackageKit/41/metadata/protonvpn-fedora-stable-41-x86_64/packages/proton-vpn-gtk-app-4.7.4-1.fc41.noarch.rpm: digest: SIGNATURE: NOT O.K.

#linux

threaded - newest

Lawn_and_disorder@hexbear.net on 14 Nov 20:50 next collapse

Added some repo thats unsigned it seems get the official

shreddy_scientist@lemmy.ml on 14 Nov 20:51 next collapse

I’m pretty sure just using the “sudo dnf update --refresh” command in terminal will fix this problem. It will ask you verify those packages new repositories. After that, you should be good using the store again for updates. This is assuming you upgraded from Fedora 40 before these errors occurred.

eldavi@lemmy.ml on 14 Nov 22:34 next collapse

did you download & try to install it or is it coming from your package manager?

FriedRice@lemmy.ml on 15 Nov 07:44 collapse

I have downloaded it with terminal for some months ago. Its just now when I want to download the updates the software store in Fedora shows me,that the issue is coming.

eldavi@lemmy.ml on 15 Nov 13:36 collapse

Did you download it using yum or dnf?

FriedRice@lemmy.ml on 15 Nov 16:03 collapse

Dnf

eldavi@lemmy.ml on 15 Nov 16:32 collapse

the proton package was already in your repository list?

are you able to share your yum repo configuration?

FriedRice@lemmy.ml on 15 Nov 18:57 collapse

Uh i dont know how 😄

eldavi@lemmy.ml on 15 Nov 19:00 collapse

can you type the command history into your terminal and share it with us because it’s important to know where the package comes from since it’s unlikely that any of proton’s products are already in your repository list.

FriedRice@lemmy.ml on 15 Nov 20:32 collapse

Oh i didnt Know i will do that when I’m home from work.

eldavi@lemmy.ml on 15 Nov 20:44 collapse

be sure to leave out sensitive things like passwords, names, etc.

stuner@lemmy.world on 14 Nov 22:44 next collapse

It sounds like Proton VPN (or its repo) is causing issues for you. Given that it’s a paid service, you can probably contact their support.

Alternatively, you can also look for the repo file in /etc/yum.repos.d, something like /etc/yum.repos.d/file_name.repo, for Proton VPN. You can then disable it by renaming it to .repo.disabled and try again (sudo dnf upgrade in the terminal). Note: This is not really a permanent solution, as it will disable updates for Proton VPN.

shertson@lemmy.world on 15 Nov 00:16 next collapse

You should also be able to disable the repo from within the Software store app

somethingsomethingidk@lemmy.world on 15 Nov 04:20 collapse

A lot of times you will see the format string for the fedora version in the .repo file. This means its probably looking for f41. Since fedora updates fast, third party repos are usually slow to move to the next version and this repo probably doesnt exist causing dnf to fail. You can try and change the format string to the last available version. It usually works without issue, and updates aren’t disabled as long as the vendor updates that version

lancalot@discuss.online on 14 Nov 23:25 next collapse

I had something similar going on in Fedora Silverblue. I didn’t really want to fiddle with it at the moment, so I just uninstalled whatever I got from ProtonVPN and the update went smooth afterwards. I hope someone else can point you towards a better answer.

UndulyUnruly@lemmy.world on 15 Nov 12:13 collapse

protonvpn.com/support/official-linux-vpn-fedora/

Following this guide, an error will occur re the pgp during the install, it did for me. Make sure you run *both after the cli commands

sudo dnf check-update && sudo dnf upgrade

and

sudo dnf install --refresh proton-vpn-gnome-desktop 

You must accept the keys as outlined or it fails down the road. It never asked until running above code.

That did it for me. Good luck.