| 123456789101112131415161718192021222324252627282930313233343536 |
- <?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 uninstall</cmdname> subcommand to remove 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><cmdname>dita uninstall</cmdname> <varname><plug-in-id></varname></codeblock>
- <p>where:</p>
- <ul>
- <li conkeyref="conref-task/plug-in-id"/>
- </ul>
- <note><ph conkeyref="conref-task/pre-subcommands-2-4-ph"/>
- <parmname>--uninstall</parmname>. <ph conkeyref="conref-task/pre-subcommands-2-0-ph"/>
- <parmname>-uninstall</parmname>.</note>
- <note conkeyref="conref-task/plugin-remove-subdir"/>
- </info>
- </step>
- </steps>
- </taskbody>
- </task>
|