mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
flatpak-run: add page (#13518)
Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
e43c589508
commit
e049012fea
1 changed files with 16 additions and 0 deletions
16
pages/linux/flatpak-run.md
Normal file
16
pages/linux/flatpak-run.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# flatpak run
|
||||
|
||||
> Run flatpak applications and runtimes.
|
||||
> More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-run>.
|
||||
|
||||
- Run an installed application:
|
||||
|
||||
`flatpak run {{com.example.app}}`
|
||||
|
||||
- Run an installed application from a specific branch e.g. stable, beta, master:
|
||||
|
||||
`flatpak run --branch={{stable|beta|master|...}} {{com.example.app}}`
|
||||
|
||||
- Run an interactive shell inside a flatpak:
|
||||
|
||||
`flatpak run --command={{sh}} {{com.example.app}}`
|
Loading…
Add table
Reference in a new issue