mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 17:15:39 +02:00
flatpak: add page (#2316)
This commit is contained in:
parent
433c1fc7dd
commit
638b1d45ed
1 changed files with 27 additions and 0 deletions
27
pages/linux/flatpak.md
Normal file
27
pages/linux/flatpak.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# flatpak
|
||||
|
||||
> Build, install and run flatpak applications and runtimes.
|
||||
|
||||
- Run an installed application:
|
||||
|
||||
`flatpak run {{name}}`
|
||||
|
||||
- Install an application from a remote source:
|
||||
|
||||
`flatpak install {{remote}} {{name}}`
|
||||
|
||||
- List all installed applications and runtimes:
|
||||
|
||||
`flatpak list`
|
||||
|
||||
- Update all installed applications and runtimes:
|
||||
|
||||
`flatpak update`
|
||||
|
||||
- Add a remote source:
|
||||
|
||||
`flatpak remote-add --if-not-exists {{remote-name}} {{remote-url}}`
|
||||
|
||||
- List all configured remote sources:
|
||||
|
||||
`flatpak remote-list`
|
Loading…
Add table
Reference in a new issue