When I try to install a Flatpak from the Flathub website, I get a message like this one:
$ flatpak install flathub app.organicmaps.desktop
Looking for matches…
Remote ‘flathub’ found in multiple installations:
1) system
2) user
Which do you want to use (0 to abort)? [0-2]:
I have several questions about this:
- What are the implications of choosing
user
oversystem
? I'm interested in both security and usability. - Do one or both require the use of
sudo
or admin privileges? - How do I minimize the amount of disk space used? Should I consistently choose one or the other?
- Similarly, will my answer affect the download size?
- How can I list flatpaks that were installed under
system
and flatpaks that were installed underuser
? Can I migrate an installed package between them? - Are they any Ubuntu-specific things I should know that would affect my choice?
- Can I configure
flatpak
to no longer ask me this question again in the future?