commands.sh

flatpak update

linux

Update flatpak applications and runtimes.

More info →

Examples (3)

Update all installed applications and runtimes (use `-y` to confirm all prompts automatically)

Update only a specific app

flatpak update com.example.app

Update/Downgrade to a specific commit (also see flatpak remote-info and flatpak mask)

flatpak update --commit COMMIT com.example.app
made by @shridhargupta | data from tldr-pages