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.
Which is what flatpak will always do unless provided with the
--userflag.By default it operates in system-wide mode, which is different from “root’s”.
flatpak listandsudo flatpak listwill both show you what is installed system wide, andflatpak list --userwill show you your user’s, andsudo flatpak list --userwill show you the root user’s flatpaks installed in per-user mode (of which there are typically none).