plugins-removing.dita 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <task id="plugins-removing" xml:lang="en">
  5. <title>Removing plug-ins</title>
  6. <shortdesc>Use the <cmdname>dita uninstall</cmdname> subcommand to remove a plug-in.</shortdesc>
  7. <prolog>
  8. <metadata>
  9. <keywords>
  10. <indexterm><cmdname>dita</cmdname> command
  11. <indexterm>plug-ins</indexterm></indexterm>
  12. <indexterm>plug-ins
  13. <indexterm>uninstalling</indexterm></indexterm>
  14. </keywords>
  15. </metadata>
  16. </prolog>
  17. <taskbody>
  18. <steps>
  19. <step>
  20. <cmd>At the command-line prompt, enter the following command:</cmd>
  21. <info>
  22. <codeblock><cmdname>dita uninstall</cmdname> <varname>&lt;plug-in-id&gt;</varname></codeblock>
  23. <p>where:</p>
  24. <ul>
  25. <li conkeyref="conref-task/plug-in-id"/>
  26. </ul>
  27. <note><ph conkeyref="conref-task/pre-subcommands-2-4-ph"/>
  28. <parmname>--uninstall</parmname>. <ph conkeyref="conref-task/pre-subcommands-2-0-ph"/>
  29. <parmname>-uninstall</parmname>.</note>
  30. <note conkeyref="conref-task/plugin-remove-subdir"/>
  31. </info>
  32. </step>
  33. </steps>
  34. </taskbody>
  35. </task>