2012-12-05 15:50:30 +01:00
|
|
|
<?xml version="1.0" ?>
|
2014-03-05 00:03:32 +01:00
|
|
|
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
|
2012-12-05 15:50:30 +01:00
|
|
|
<!ENTITY % English "INCLUDE">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<refentry lang="&language;">
|
|
|
|
<refentryinfo>
|
2014-04-25 15:39:01 +02:00
|
|
|
<title>Plasma Package Manager</title>
|
|
|
|
<date>2014-04-25</date>
|
2015-08-03 07:21:32 +02:00
|
|
|
<releaseinfo>Frameworks 5.0</releaseinfo>
|
|
|
|
<productname>KDE Frameworks</productname>
|
2012-12-05 15:50:30 +01:00
|
|
|
</refentryinfo>
|
|
|
|
|
|
|
|
<refmeta>
|
2014-04-14 17:00:24 +02:00
|
|
|
<refentrytitle><command>plasmapkg2</command></refentrytitle>
|
2012-12-05 15:50:30 +01:00
|
|
|
<manvolnum>1</manvolnum>
|
|
|
|
</refmeta>
|
|
|
|
|
|
|
|
<refnamediv>
|
2014-04-14 17:00:24 +02:00
|
|
|
<refname><command>plasmapkg2</command></refname>
|
2012-12-05 15:50:30 +01:00
|
|
|
<refpurpose>Install, list, remove Plasma packages</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsynopsisdiv>
|
|
|
|
<cmdsynopsis>
|
2014-04-14 17:00:24 +02:00
|
|
|
<command>plasmapkg2</command>
|
2012-12-05 15:50:30 +01:00
|
|
|
|
2014-04-25 15:39:01 +02:00
|
|
|
<group choice="opt"><option>--hash</option> <replaceable> path</replaceable></group>
|
2012-12-05 15:50:30 +01:00
|
|
|
<group choice="opt"><option>-g, --global</option></group>
|
|
|
|
<group choice="opt"><option>-t, --type</option> <replaceable> type</replaceable></group>
|
|
|
|
<group choice="opt"><option>-i, --install</option> <replaceable> path</replaceable></group>
|
2014-05-05 13:16:05 +02:00
|
|
|
<group choice="opt"><option>-s, --show</option> <replaceable> name</replaceable></group>
|
2012-12-05 15:50:30 +01:00
|
|
|
<group choice="opt"><option>-u, --upgrade</option> <replaceable> path</replaceable></group>
|
|
|
|
<group choice="opt"><option>-l, --list</option></group>
|
|
|
|
<group choice="opt"><option>--list-types</option></group>
|
|
|
|
<group choice="opt"><option>-r, --remove</option> <replaceable> name</replaceable></group>
|
|
|
|
<group choice="opt"><option>-p, --packageroot</option> <replaceable> path</replaceable></group>
|
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
2014-04-14 17:00:24 +02:00
|
|
|
<para><command>plasmapkg2</command> is a command line tool to
|
2012-12-05 15:50:30 +01:00
|
|
|
install, list, remove Plasma packages.</para>
|
|
|
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>Options</title>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2014-04-25 15:39:01 +02:00
|
|
|
<term><option>--hash</option> <replaceable> path</replaceable></term>
|
2012-12-05 15:50:30 +01:00
|
|
|
<listitem><para>Generate a SHA1 hash for the package at <quote>path</quote>.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><option>-g, --global</option></term>
|
|
|
|
<listitem><para>For install or remove, operates on packages installed for all users.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><option>-t, --type</option> <replaceable> type</replaceable></term>
|
|
|
|
<listitem><para>The type of package, ⪚ theme, wallpaper, plasmoid, dataengine, runner, layout-template, &etc; [plasmoid].</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><option>-i, --install</option> <replaceable> path</replaceable></term>
|
|
|
|
<listitem><para>Install the package at <quote>path</quote>.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2014-05-05 13:16:05 +02:00
|
|
|
<term><option>-s, --show</option> <replaceable> name</replaceable></term>
|
2014-04-25 15:39:01 +02:00
|
|
|
<listitem><para>Show information of package <quote>name</quote>.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2012-12-05 15:50:30 +01:00
|
|
|
<term><option>-u, --upgrade</option> <replaceable> path</replaceable></term>
|
|
|
|
<listitem><para>Upgrade the package at <quote>path</quote>.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><option>-l, --list</option></term>
|
|
|
|
<listitem><para>List installed packages.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2014-04-25 15:39:01 +02:00
|
|
|
<term><option>--list-types</option></term>
|
|
|
|
<listitem><para>Lists all known Package types that can be installed.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2012-12-05 15:50:30 +01:00
|
|
|
<term><option>-r, --remove</option> <replaceable> name</replaceable></term>
|
|
|
|
<listitem><para>Remove the package named <quote>name</quote>.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><option>-p, --packageroot</option> <replaceable> path</replaceable></term>
|
2016-06-13 15:55:56 +02:00
|
|
|
<listitem><para>Absolute path to the package root. If not supplied, then the standard data
|
2015-08-03 07:21:32 +02:00
|
|
|
directories for this &plasma; session will be searched instead.</para></listitem>
|
2012-12-05 15:50:30 +01:00
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>See Also</title>
|
|
|
|
|
|
|
|
<para>More detailed user documentation is available from <ulink
|
|
|
|
url="help:/plasma-desktop">help:/plasma-desktop</ulink>
|
|
|
|
(either enter this <acronym>URL</acronym> into &konqueror;, or run
|
|
|
|
<userinput><command>khelpcenter</command>
|
|
|
|
<parameter>help:/plasma-desktop</parameter></userinput>).</para>
|
|
|
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>Authors</title>
|
2014-04-14 17:00:24 +02:00
|
|
|
<para><command>plasmapkg2</command> was written by
|
2012-12-05 15:50:30 +01:00
|
|
|
<personname><firstname>Aaron</firstname><surname>Seigo</surname></personname> <email>aseigo@kde.org</email>.</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|