mirror of https://github.com/CrimsonTome/tldr.git
flatpak: replace remote-list with remove example (#8584)
parent
ff7b2eb1ea
commit
7b569748f6
|
@ -23,14 +23,14 @@
|
||||||
|
|
||||||
`flatpak remote-add --if-not-exists {{remote_name}} {{remote_url}}`
|
`flatpak remote-add --if-not-exists {{remote_name}} {{remote_url}}`
|
||||||
|
|
||||||
- List all configured remote sources:
|
|
||||||
|
|
||||||
`flatpak remote-list`
|
|
||||||
|
|
||||||
- Remove an installed application:
|
- Remove an installed application:
|
||||||
|
|
||||||
`flatpak remove {{name}}`
|
`flatpak remove {{name}}`
|
||||||
|
|
||||||
|
- Remove all unused applications:
|
||||||
|
|
||||||
|
`flatpak remove --unused`
|
||||||
|
|
||||||
- Show information about an installed application:
|
- Show information about an installed application:
|
||||||
|
|
||||||
`flatpak info {{name}}`
|
`flatpak info {{name}}`
|
||||||
|
|
Loading…
Reference in New Issue