1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

flatpak: add info and remove examples (#5422)

This commit is contained in:
evaleries 2021-03-27 21:36:20 +07:00 committed by GitHub
parent 170f5f9ebc
commit 547de5fafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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