23 Apr
2026
23 Apr
'26
9:55 p.m.
To update flatpaks: $ sudo flatpak update but this won't work through SSH. You have to start DBUS first. And you cannot do it in a separate sudo because the environment will be different between the two. (The error messages are ugly.) $ ssh other-system $ sudo -i # export $(dbus-launch) # sudo flatpak update flatpak update seems a lot slower than normal package updates.