
kpackagetool5
List of commands for kpackagetool5:
-
kpackagetool5:tldr:078cc kpackagetool5: List all known package types that can be installed.$ kpackagetool5 --list-typestry on your machineexplain this command
-
kpackagetool5:tldr:1407a kpackagetool5: Remove a plasmoid by name.$ kpackagetool5 --type Plasma/Applet --remove "${name}"try on your machineexplain this command
-
kpackagetool5:tldr:6f3c8 kpackagetool5: Install the package from a directory.$ kpackagetool5 --type ${package_type} --install ${path-to-directory}try on your machineexplain this command
-
kpackagetool5:tldr:ec36a kpackagetool5: List installed plasmoids (--global for all users).$ kpackagetool5 --type Plasma/Applet --list --globaltry on your machineexplain this command
-
kpackagetool5:tldr:f725b kpackagetool5: Update installed package from a directory.$ kpackagetool5 --type ${package_type} --upgrade ${path-to-directory}try on your machineexplain this command