flatpak: replace remote-list with remove example (#8584)

This commit is contained in:
Joel Tony
2022-10-06 10:00:25 +05:30
committed by GitHub
parent ff7b2eb1ea
commit 7b569748f6

View File

@@ -23,14 +23,14 @@
`flatpak remote-add --if-not-exists {{remote_name}} {{remote_url}}`
- List all configured remote sources:
`flatpak remote-list`
- Remove an installed application:
`flatpak remove {{name}}`
- Remove all unused applications:
`flatpak remove --unused`
- Show information about an installed application:
`flatpak info {{name}}`