Powered by Zoomin Software. For more details please contactZoomin

Install MarkLogic Server

Removing MarkLogic Server

  • Last Updated: September 14, 2026
  • 1 minute read
    • MarkLogic Server
    • Version 12.0
    • Documentation

To remove MarkLogic Server from your system, follow the steps for the corresponding platform:

  1. Stop MarkLogic Server.
  2. Uninstall MarkLogic Converters (if applicable):

    Platform

    Steps

    Windows

    1. Go to Windows Control Panel.

    2. Under Programs, click Uninstall a program.

    3. Right-click on MarkLogic Converters and click Uninstall.

    Red Hat Linux

    Enter this command:

    sudo yum remove MarkLogicConverters

    For environments that do not allow a yum uninstallation, use the rpm uninstall:

    Enter this command:

    sudo rpm -e MarkLogicConverters

  3. Uninstall MarkLogic Server:

    Platform

    Steps

    Windows

    1. Go to Windows Control Panel.

    2. Under Programs, click Uninstall a program.

    3. Right-click on MarkLogic Server and click Uninstall.

    Red Hat Linux

    Enter this command:

    sudo yum remove MarkLogic

    For environments that do not allow a yum uninstallation, use the rpm uninstall:

    Enter this command:

    sudo rpm -e MarkLogic

Note:

Using this procedure to remove MarkLogic Server from your system will not remove user data (configuration information, XQuery files used by HTTP or XDBC servers, or forest content). This data is left in place to simplify the software upgrade process. To remove the user data, you must do so manually using standard operating system commands.

Alert