mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
flatpak: update page (#13519)
This commit is contained in:
parent
e049012fea
commit
4be50ceba2
1 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
- Run an installed application:
|
- Run an installed application:
|
||||||
|
|
||||||
`flatpak run {{name}}`
|
`flatpak run {{com.example.app}}`
|
||||||
|
|
||||||
- Install an application from a remote source:
|
- Install an application from a remote source:
|
||||||
|
|
||||||
`flatpak install {{remote}} {{name}}`
|
`flatpak install {{remote_name}} {{com.example.app}}`
|
||||||
|
|
||||||
- List installed applications, ignoring runtimes:
|
- List installed applications, ignoring runtimes:
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- Remove an installed application:
|
- Remove an installed application:
|
||||||
|
|
||||||
`flatpak remove {{name}}`
|
`flatpak remove {{com.example.app}}`
|
||||||
|
|
||||||
- Remove all unused applications:
|
- Remove all unused applications:
|
||||||
|
|
||||||
|
@ -33,4 +33,4 @@
|
||||||
|
|
||||||
- Show information about an installed application:
|
- Show information about an installed application:
|
||||||
|
|
||||||
`flatpak info {{name}}`
|
`flatpak info {{com.example.app}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue