I haven’t been able to update or download anything for a while now. Each time I try I get this notification: I already tried with other answers in this forum, any solutions?
Hi, can you send us a diagnostic?
https://support.endlessos.org/en/help-center/How-do-I-make-a-debug-log-of-Endless-OS
Here you go eos-diagnostic-201204_085525_UTC-0500.txt (1.0 MB)
- Open the application called ‘Terminal’
- In this application run the command:
flatpak update --appstream && flatpak update -y
flatpak repair
eos-updater-ctl update
Does the issue also occur when running 3.9.0 (you have installed it, but booted 3.8.7). Can you please also post the output of:
cat /var/lib/flatpak/repo/flathub.trustedkeys.gpg | gpg --dry-run --import-options show-only --import
Hi, I am using 3.87 because my keyboard didn work in 3.9. I will submit the command’s output later
I don’t know the exact reason for your error, but after a little investigation it seems that the issue may be on Flathubs site (to be more precise, the CDN used).
So there are two workarounds:
Method 1
Set another URL which does not go through the CDN:
sudo flatpak remote-modify flathub --url=https://flathub.org/repo
Method 2
Modify the repository configuration to disable gpg verification:
sudo flatpak remote-modify flathub --no-gpg-verify
Hi, I already tried both but my problem is still there any suggestions?
I updated to 3.9 and after updating apps I got this message
Try, reenabling gpg verification again with:
sudo flatpak remote-modify flathub --gpg-verify
Now, try updating everything with:
flatpak update --appstream -y
flatpak update -y
Thanks a lot, I was finally able to solve my problem with that command!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.