2020-07-28 11:28:26 -03:00
|
|
|
# kpackagetool5
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> KPackage Manager: install, list, remove Plasma packages.
|
2025-01-01 18:49:17 +02:00
|
|
|
> More information: <https://manned.org/kpackagetool5>.
|
2020-07-28 11:28:26 -03:00
|
|
|
|
|
|
|
- List all known package types that can be installed:
|
|
|
|
|
|
|
|
`kpackagetool5 --list-types`
|
|
|
|
|
|
|
|
- Install the package from a directory:
|
|
|
|
|
2025-04-28 20:51:48 +03:00
|
|
|
`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}`
|
2020-07-28 11:28:26 -03:00
|
|
|
|
|
|
|
- Update installed package from a directory:
|
|
|
|
|
2025-04-28 20:51:48 +03:00
|
|
|
`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}`
|
2020-07-28 11:28:26 -03:00
|
|
|
|
2025-01-01 18:49:17 +02:00
|
|
|
- List installed plasmoids (`--global` for all users):
|
2020-07-28 11:28:26 -03:00
|
|
|
|
2025-04-28 20:51:48 +03:00
|
|
|
`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}`
|
2020-07-28 11:28:26 -03:00
|
|
|
|
|
|
|
- Remove a plasmoid by name:
|
|
|
|
|
2025-04-28 20:51:48 +03:00
|
|
|
`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"`
|