this post was submitted on 23 Apr 2025
6 points (100.0% liked)

Linux

7712 readers
285 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I'm using Kubuntu 24.04

I installed flatpak and am trying to perform updates but they keep failing. Mainly the downloads keep failing with "Failure when receiving data from the peer." And downloads are painfully slow.

Maybe the main servers are at full capacity? Can I configure mirrors maybe? Where can I find a list?

all 4 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 2 points 1 month ago

Try restarting the flatpak service first. Might have a state issue.

[–] DmMacniel@feddit.org 1 points 1 month ago (1 children)

you can configure additional repos in ./local/share/flatpak/repo/config

mine looks like this (default and flathub beta channel):

[core]
repo_version=1
mode=bare-user-only
min-free-space-size=500MB

[remote "flathub"]
url=https://dl.flathub.org/repo/
xa.title=Flathub
gpg-verify=true
gpg-verify-summary=true
xa.comment=Central repository of Flatpak applications
xa.description=Central repository of Flatpak applications
xa.icon=https://dl.flathub.org/repo/logo.svg
xa.homepage=https://flathub.org/

[remote "flathub-beta"]
url=https://dl.flathub.org/beta-repo/
gpg-verify=true
gpg-verify-summary=true
xa.title=Flathub beta
[–] cyborganism@lemmy.ca 2 points 1 month ago

Awesome! I can't seem to find an official mirror list though. I'd love to add a server from Canada.