Forrest logo
back to context overview

kpackagetool5

List of commands for kpackagetool5:

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