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:
root# 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.