kpackagetool{5, 6}: refresh pages (#16278)

This commit is contained in:
Managor
2025-04-28 20:51:48 +03:00
committed by GitHub
parent eba33caf1e
commit 9776b1a283
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -9,16 +9,16 @@
- Install the package from a directory:
`kpackagetool5 --type {{package_type}} --install {{path/to/directory}}`
`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}`
- Update installed package from a directory:
`kpackagetool5 --type {{package_type}} --upgrade {{path/to/directory}}`
`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}`
- List installed plasmoids (`--global` for all users):
`kpackagetool5 --type Plasma/Applet --list --global`
`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}`
- Remove a plasmoid by name:
`kpackagetool5 --type Plasma/Applet --remove "{{name}}"`
`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"`
+4 -4
View File
@@ -9,16 +9,16 @@
- 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}}"`