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

Linux

8723 readers
408 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] DmMacniel@feddit.org 1 points 3 months 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 3 months ago

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