Uninstallation

Uninstall .Zip

Follow these steps to remove software installed from the cross-platform .zip:

  1. Log in as the user who installed and runs the server.

  2. Stop the server:

    $ /path/to/opendj/bin/stop-ds --quiet
  3. Delete the files manually:

    $ rm -rf /path/to/opendj
Uninstall the Debian Package

When you uninstall the Debian package from the command-line, the server is stopped if it is running:

  1. Purge the package from your system:

    $ sudo dpkg --purge opendj
  2. (Optional) Remove any remaining server configuration files and directory data:

    $ sudo rm -rf /opt/opendj
Uninstall the RPM Package

When you uninstall the RPM package from the command-line, the server is stopped if it is running:

  1. Remove the package from your system:

    # rpm -e opendj
  2. (Optional) Remove the server configuration files and any directory data:

    $ sudo rm -rf /opt/opendj
Uninstall the Windows MSI

When you uninstall the files installed from the Windows installer package, only the installed files are removed:

  1. Remove installed files in one of the following ways:

    • Use Windows Control Panel.

      1. Open Windows Control Panel and browse to the page to uninstall a program.

      2. Find the ForgeRock directory service in the list and uninstall it.

    • Use the msiexec command.

      The following command quietly removes installed files:

      C:\>msiexec /x DS-7.0.2.msi /q
  2. (Optional) Manually remove the server configuration files and any directory data.

Read a different version of :