1KPACKAGETOOL5(1) KPackage Manager KPACKAGETOOL5(1)
2
3
4
6 kpackagetool5 - Install, list, remove Plasma packages
7
9 kpackagetool5 [-v, --version] [-h, --help] [--hash path] [-g, --global]
10 [-t, --type type] [-i, --install path] [-s, --show name]
11 [-u, --upgrade path] [-l, --list] [--list-types] [-r,
12 --remove name] [-p, --packageroot path]
13 [--generate-index]
14
16 kpackagetool5 is a command line tool to install, list, remove Plasma
17 packages.
18
20 -v, --version
21 Displays version information.
22
23 -h, --help
24 Displays this help.
25
26 --hash path
27 Generate a SHA1 hash for the package at “path”.
28
29 -g, --global
30 For install or remove, operates on packages installed for all
31 users.
32
33 -t, --type type
34 The type of package, corresponding to the service type of the
35 package plugin, e.g. KPackage/Generic, Plasma/Theme,
36 Plasma/Wallpaper, Plasma/Applet, etc.
37
38 -i, --install path
39 Install the package at “path”.
40
41 -s, --show name
42 Show information of package “name”.
43
44 -u, --upgrade path
45 Upgrade the package at “path”.
46
47 -l, --list
48 List installed packages.
49
50 --list-types
51 Lists all known Package types that can be installed.
52
53 -r, --remove name
54 Remove the package named “name”.
55
56 -p, --packageroot path
57 Absolute path to the package root. If not supplied, then the
58 standard data directories for this Plasma session will be searched
59 instead.
60
61 --generate-index path
62 Recreate the plugin index. To be used in conjunction with either
63 the option -t or -g. Recreates the index for the given type or
64 package root. Operates in the user directory, unless -g is used.
65
67 More detailed user documentation is available from help:/plasma-desktop
68 (either enter this URL into Konqueror, or run khelpcenter
69 help:/plasma-desktop).
70
72 kpackagetool5 was written by Aaron Seigo <aseigo@kde.org>.
73
74
75
76KDE Frameworks Frameworks 5.30 2017-01-03 KPACKAGETOOL5(1)