| 123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
- <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
- <task id="plugins-removing" xml:lang="en">
- <title>Removing plug-ins</title>
- <shortdesc>Use the <cmdname>dita</cmdname> command to uninstall a plug-in.</shortdesc>
- <prolog>
- <metadata>
- <keywords>
- <indexterm><cmdname>dita</cmdname> command<indexterm>plug-ins</indexterm></indexterm>
- <indexterm>plug-ins<indexterm>uninstalling</indexterm></indexterm>
- </keywords>
- </metadata>
- </prolog>
- <taskbody>
- <steps>
- <step>
- <cmd>At the command-line prompt, enter the following command:</cmd>
- <info>
- <codeblock><filepath conref="../resources/conref-task.dita#ID/dita-cmd"/> <parmname>--uninstall</parmname>=<varname>plug-in-id</varname></codeblock>
- <p>where:</p>
- <ul>
- <li conref="../resources/conref-task.dita#ID/novice-variables-1"/>
- <li conref="../resources/conref-task.dita#ID/plug-in-id"/>
- </ul>
- <note conref="../resources/conref-task.dita#ID/plugin-remove-subdir"/>
- <note conref="../resources/conref-task.dita#ID/dita-in-path"/>
- </info>
- </step>
- </steps>
- </taskbody>
- </task>
|