Options (6)
-t, --typebooleanInstall the package from a directory
Example:
kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}-i, --installbooleanInstall the package from a directory
Example:
kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}-u, --upgradebooleanUpdate installed package from a directory
Example:
kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}-l, --listbooleanList installed plasmoids (`--global` for all users)
Example:
kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}-g, --globalbooleanList installed plasmoids (`--global` for all users)
Example:
kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}-r, --removebooleanRemove a plasmoid by name
Example:
kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"Examples (5)
List all known package types that can be installed
kpackagetool6 --list-typesInstall the package from a directory
kpackagetool6 [-t|--type] package_type [-i|--install] path/to/directoryUpdate installed package from a directory
kpackagetool6 [-t|--type] package_type [-u|--upgrade] path/to/directoryList installed plasmoids (`--global` for all users)
kpackagetool6 [-t|--type] Plasma/Applet [-l|--list] [-g|--global]Remove a plasmoid by name
kpackagetool6 [-t|--type] Plasma/Applet [-r|--remove] "name"made by @shridhargupta | data from tldr-pages