Forrest logo
back to the kpackagetool5 tool

kpackagetool5:tldr:ec36a

kpackagetool5: List installed plasmoids (--global for all users).
$ kpackagetool5 --type Plasma/Applet --list --global
try on your machine

The command "kpackagetool5 --type Plasma/Applet --list --global" is used in the KDE Plasma desktop environment to list all the installed global applets.

Here is the breakdown of the command:

  • "kpackagetool5": It is a command-line tool used for managing KDE package installations.
  • "--type Plasma/Applet": This flag specifies the type of package we want to work with, in this case, Plasma applets.
  • "--list": This flag instructs the tool to list the installed packages of the specified type.
  • "--global": This flag indicates that we want to list the globally installed packages rather than the user-specific ones.

By running this command, you will get a list of all the global Plasma applets that are currently installed on your system.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the kpackagetool5 tool