Update cheatsheets

This commit is contained in:
ivuorinen
2024-08-28 00:15:37 +00:00
parent 4f0d9efa90
commit 498596c46b
6 changed files with 119 additions and 9 deletions

View File

@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
- Run an installed application:
`flatpak run {{name}}`
`flatpak run {{com.example.app}}`
- Install an application from a remote source:
`flatpak install {{remote}} {{name}}`
`flatpak install {{remote_name}} {{com.example.app}}`
- List installed applications, ignoring runtimes:
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Remove an installed application:
`flatpak remove {{name}}`
`flatpak remove {{com.example.app}}`
- Remove all unused applications:
@@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git
- Show information about an installed application:
`flatpak info {{name}}`
`flatpak info {{com.example.app}}`