~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/plasma-desktop/tools/man-plasmapkg.1.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
 
3
<!ENTITY % English "INCLUDE">
 
4
]>
 
5
 
 
6
<refentry lang="&language;">
 
7
<refentryinfo>
 
8
<title>KDE User's Manual</title>
 
9
<date>2010-10-22</date>
 
10
<productname>K Desktop Environment</productname>
 
11
</refentryinfo>
 
12
 
 
13
<refmeta>
 
14
<refentrytitle><command>plasmapkg</command></refentrytitle>
 
15
<manvolnum>1</manvolnum>
 
16
</refmeta>
 
17
 
 
18
<refnamediv>
 
19
<refname><command>plasmapkg</command></refname>
 
20
<refpurpose>Install, list, remove Plasma packages</refpurpose>
 
21
</refnamediv>
 
22
 
 
23
<refsynopsisdiv>
 
24
<cmdsynopsis>
 
25
<command>plasmapkg</command>
 
26
 
 
27
<group choice="opt"><option>-g, --global</option></group>
 
28
<group choice="opt"><option>-t, --type</option> <replaceable> type</replaceable></group>
 
29
<group choice="opt"><option>-i, --install</option> <replaceable> path</replaceable></group>
 
30
<group choice="opt"><option>-u, --upgrade</option> <replaceable> path</replaceable></group>
 
31
<group choice="opt"><option>-l, --list</option></group>
 
32
<group choice="opt"><option>--list-types</option></group>
 
33
<group choice="opt"><option>-r, --remove</option> <replaceable> name</replaceable></group>
 
34
<group choice="opt"><option>-p, --packageroot</option> <replaceable> path</replaceable></group>
 
35
<arg choice="opt">KDE Generic Options</arg>
 
36
<arg choice="opt">Qt Generic Options</arg>
 
37
</cmdsynopsis>
 
38
</refsynopsisdiv>
 
39
 
 
40
<refsect1>
 
41
<title>Description</title>
 
42
<para><command>plasmapkg</command> is a command line tool to
 
43
install, list, remove Plasma packages.</para>
 
44
 
 
45
</refsect1>
 
46
 
 
47
<refsect1>
 
48
<title>Options</title>
 
49
 
 
50
<variablelist>
 
51
<varlistentry>
 
52
<term><option>-g, --global</option></term>
 
53
<listitem><para>For install or remove, operates on packages installed for all users.</para></listitem>
 
54
</varlistentry>
 
55
<varlistentry>
 
56
<term><option>-t, --type</option> <replaceable> type</replaceable></term>
 
57
<listitem><para>The type of package, &eg; theme, wallpaper, plasmoid, dataengine, runner, layout-template, &etc; [plasmoid].</para></listitem>
 
58
</varlistentry>
 
59
<varlistentry>
 
60
<term><option>-i, --install</option> <replaceable> path</replaceable></term>
 
61
<listitem><para>Install the package at <quote>path</quote>.</para></listitem>
 
62
</varlistentry>
 
63
<varlistentry>
 
64
<term><option>-u, --upgrade</option> <replaceable> path</replaceable></term>
 
65
<listitem><para>Upgrade the package at <quote>path</quote>.</para></listitem>
 
66
</varlistentry>
 
67
<varlistentry>
 
68
<term><option>-l, --list</option></term>
 
69
<listitem><para>List installed packages.</para></listitem>
 
70
</varlistentry>
 
71
<varlistentry>
 
72
<term><option>-r, --remove</option> <replaceable> name</replaceable></term>
 
73
<listitem><para>Remove the package named <quote>name</quote>.</para></listitem>
 
74
</varlistentry>
 
75
<varlistentry>
 
76
<term><option>-p, --packageroot</option> <replaceable> path</replaceable></term>
 
77
<listitem><para>Absolute path to the package root. If not supplied, then the standard data 
 
78
directories for this &kde; session will be searched instead.</para></listitem>
 
79
</varlistentry>
 
80
 
 
81
</variablelist>
 
82
 
 
83
</refsect1>
 
84
 
 
85
<refsect1>
 
86
<title>See Also</title>
 
87
 
 
88
<para>More detailed user documentation is available from <ulink
 
89
url="help:/plasma-desktop">help:/plasma-desktop</ulink>
 
90
(either enter this <acronym>URL</acronym> into &konqueror;, or run
 
91
<userinput><command>khelpcenter</command>
 
92
<parameter>help:/plasma-desktop</parameter></userinput>).</para>
 
93
 
 
94
</refsect1>
 
95
 
 
96
<refsect1>
 
97
<title>Authors</title>
 
98
<para><command>plasmapkg</command> was written by
 
99
<personname><firstname>Aaron</firstname><surname>Seigo</surname></personname> <email>aseigo@kde.org</email>.</para>
 
100
</refsect1>
 
101
 
 
102
</refentry>