Uninstallation
Uninstall .zip
Follow these steps to remove software installed from the cross-platform .zip:
- 
Log in as the user who installed and runs the server.
 - 
Stop the server:
$ /path/to/opendj/bin/stop-ds --quiet - 
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:
- 
Purge the package from your system:
$ sudo dpkg --purge opendj - 
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:
- 
Remove the package from your system:
# rpm -e opendj - 
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:
- 
Remove installed files in one of the following ways:
- 
Use Windows Control Panel.
- 
Open Windows Control Panel and browse to the page to uninstall a program.
 - 
Find the ForgeRock directory service in the list and uninstall it.
 
 - 
 - 
Use the
msiexeccommand.The following command quietly removes installed files:
C:\> msiexec /x DS-7.2.5.msi /q 
 - 
 - 
Manually remove the server configuration files and any directory data.