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:
|
|
|
|
|
|
|
|
`kpackagetool5 --type {{package_type}} --install {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Update installed package from a directory:
|
|
|
|
|
|
|
|
`kpackagetool5 --type {{package_type}} --upgrade {{path/to/directory}}`
|
|
|
|
|
2025-01-01 18:49:17 +02:00
|
|
|
- List installed plasmoids (`--global` for all users):
|
2020-07-28 11:28:26 -03:00
|
|
|
|
|
|
|
`kpackagetool5 --type Plasma/Applet --list --global`
|
|
|
|
|
|
|
|
- Remove a plasmoid by name:
|
|
|
|
|
|
|
|
`kpackagetool5 --type Plasma/Applet --remove "{{name}}"`
|