Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-29 00:19:38 +00:00
parent 2c0f4bfdb2
commit 3ab49dcbfd
28 changed files with 111 additions and 41 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- Install the package from a directory:
`kpackagetool6 --type {{package_type}} --install {{path/to/directory}}`
`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}`
- Update installed package from a directory:
`kpackagetool6 --type {{package_type}} --upgrade {{path/to/directory}}`
`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}`
- List installed plasmoids (`--global` for all users):
`kpackagetool6 --type Plasma/Applet --list --global`
`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}`
- Remove a plasmoid by name:
`kpackagetool6 --type Plasma/Applet --remove "{{name}}"`
`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"`