Flatpak install error: Nothing matches
- Inicie sesión ou rexístrese para enviar comentarios
Hello!
In order to install Flatpak I followed the very useful information on this thread.
However, I don't manage to make it work. I cannot install any package.
amuza@compu:~$ flatpak remote-add --if-not-exists --subset=verified_floss flathub https://flathub.org/repo/flathub.flatpakrepo
amuza@compu:~$ flatpak remotes
Name Options
flathub system
flathub user
amuza@compu:~$ flatpak search logseq
Name Description Application ID Version Branch Remotes
Logseq A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base com.logseq.Logseq 0.10.3 stable flathub
amuza@compu:~$ flatpak install flathub com.logseq.Logseq
Looking for matches…
Remote ‘flathub’ found in multiple installations:
1) system
2) user
Which do you want to use (0 to abort)? [0-2]: 1
error: Nothing matches com.logseq.Logseq in remote flathub
amuza@compu:~$ flatpak install flathub com.logseq.Logseq
Looking for matches…
Remote ‘flathub’ found in multiple installations:
1) system
2) user
Which do you want to use (0 to abort)? [0-2]: 2
error: Nothing matches com.logseq.Logseq in remote flathub
amuza@compu:~$
Any idea on how to troubleshoot it?
Thank you!
You may want to execute:
$ sudo flatpak remote-modify --subset=floss flathub
Indeed, Logseq is not in the verified_floss subset. Only in the floss subset, because it was not "published on Flathub by its original developer or a third party approved by the developer": https://docs.flathub.org/docs/for-users/verification/
Oh, yes, I see now, it is installable on the floss subset. I thought it was available on the verified_floss subset as I was able to see it when searching. Thank you!
It's good news the error is solved, it's bad news I cannot find an easy and trusted way to install Logseq.
With "trusted" I just meant with at least some trust. Compiling has more trust but I don't find it easy to install or update.
- Inicie sesión ou rexístrese para enviar comentarios