Hi, I’m on Silverblue 31. I’m trying to install flatpak as normal user, without success. The same flatpak is OK to install without ‘user’ option. I’m trying following command: flatpak install --user fedora com.transmissionbt.Transmission
I get “error: No remote refs found similar to ‘fedora'”. Why is this? Am I doing anything wrong?
Thank you both. Indeed, I did not have repo in my user local directory. I figured out that (sorry for not doing my homework ). I added repo with, flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo --user
Same for fedora repo. Issue resolved.
Still, as a normal user, I would have liked that I only install repo once, not have a separate repo for user and system and be able to install using --user option.