1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:45:59 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`