this post was submitted on 06 Mar 2024
292 points (95.1% liked)

linuxmemes

20765 readers
2096 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] somethingsomethingidk@lemmy.world 12 points 6 months ago (2 children)

For every sever install I've had, flatpak defaults to the system install which requires a password. You have to explicity pass the --user flag.

I'm not sure how to make it the default

[–] Kusimulkku@lemm.ee 3 points 6 months ago

Remove --system repos and install them as --user. For me it defaults to --user

[–] Pantherina@feddit.de 0 points 6 months ago

Thats probably still not possible over ssh.