Skip to content

gluu 3 0 x uninstallation

Martin Vanbrabant edited this page Jan 17, 2019 · 1 revision

Gluu 3.0.x uninstallation

Intro

Unistall of Gluu Server Community Edition (CE) 3.0.x, where x is the minor version number. So replace it throughout this document with the right number. It is stated explicitly if there are differences between minor version numbers.

Notes

  • Started from documentation https://gluu.org/docs/ce/3.0.x/installation-guide/.

Steps

Stop and uninstall:

# service gluu-serever-3.0.x stop
# apt-get purge gluu-server-3.0.x

OPTIONAL

If this softlink was made at installation time...

/opt/gluu-server-3.0.x -> /srv/opt/gluu-server-3.0.x

... the uninstallation will have deleted the soflink only, so you'll need to remove the contents at the link destination manually like this:

# rm -rf /srv/opt/gluu-server-3.0.x

END OPTIONAL

Clone this wiki locally