Background-Story: I did a “flatpak update” on a remote client and every package wants the PW for downloading and for installing again. I had to enter the password like 30 times or more.
Background-Story: I did a “flatpak update” on a remote client and every package wants the PW for downloading and for installing again. I had to enter the password like 30 times or more.
By default it operates in system-wide mode, which is different from “root’s”.
flatpak list
andsudo flatpak list
will both show you what is installed system wide, andflatpak list --user
will show you your user’s, andsudo flatpak list --user
will show you the root user’s flatpaks installed in per-user mode (of which there are typically none).