Hi.
So recntly did quick setup on newly instaled ubuntu 18.04 and for some reasone whenever I try flatpak install [Ex. ~$ flatpak install flathub com.visualstudio.code] I got this output:
error: Unable to load summary from remote flathub: GPG verification enabled, but no summary found (check that the configured URL in remote config is correct)
Any tips how to fix or is it bug related to I can do nothing about?
[Im new to all this btw]
Hi @LonelyBirb47
Could you post the output of cat /var/lib/flatpak/repo/config? It would also be helpful to know exactly what command you used to add the flathub remote.
Cat output is :
[core]
repo_version=1
mode=bare-user-only
min-free-space-percent=0
[remote "flathub"]
gpg-verify=true
gpg-verify-summary=true
url=https://flathub.org/repo/flathub.flatpakrepro
As for commands I just followed
https://flatpak.org/setup/Ubuntu/
Since im new to all of this, I just rewrited everthing ive see
@LonelyBirb47 looks like there was a typo in your remote-add command. You can tell because the URL for the flathub remote ends in repro instead of repo. So you'll need to do flatpak remote-delete flathub followed by flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
I had the same issue. Reading through the comments helped to get it solved. Thanks everyone.
Most helpful comment
@LonelyBirb47 looks like there was a typo in your
remote-addcommand. You can tell because the URL for the flathub remote ends inreproinstead ofrepo. So you'll need to doflatpak remote-delete flathubfollowed byflatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo