mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
flatpak: add info and remove examples (#5422)
This commit is contained in:
parent
170f5f9ebc
commit
547de5fafa
1 changed files with 8 additions and 0 deletions
|
@ -25,3 +25,11 @@
|
|||
- List all configured remote sources:
|
||||
|
||||
`flatpak remote-list`
|
||||
|
||||
- Remove an installed application:
|
||||
|
||||
`flatpak remove {{name}}`
|
||||
|
||||
- Show information about an installed application:
|
||||
|
||||
`flatpak info {{name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue