flatpak Verified current stable Not installed? Version Control

Flatpak / Run Installed Application Specific Branch Linux

Run Installed Application Specific Branch Linux

Flatpak command syntax to run installed application specific branch linux. Copyable examples, output expectations, and common mistakes.

$
Terminal
flatpak run --branch=<stable|beta|master|...> <com.example.app>

Command Breakdown

What each part is doing

flatpak
Base Command
The executable that performs this operation. Here it runs Flatpak before the shell applies any redirect operators.
<stable|beta|master|...>
stable|beta|master|...
The value supplied for stable|beta|master|....
<com.example.app>
com.example.app
The value supplied for com.example.app.
--branch=<stable|beta|master|...>
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.