Uninstall DSE OpsCenter 6.8
Use the uninstall method for your type of DSE OpsCenter installation.
-
Open a terminal and enter the command for your OpsCenter installation type.
-
RPM package:
sudo yum remove opscenter -
Debian package:
sudo apt-get purge opscenter -
Binary tarball:
rm -rf /path/to/opscenter
-