2

I need to delete glassfish server on ubuntu.

I didn't find uninstall file, how can I delete glassfish ?

1 Answers1

1

The installation location of GlassFish is /opt/glassfish4 or /opt/glassfish5 depending on the version. Run the following command:

sudo rm -R /opt/glassfish4
karel
  • 122,292
  • 133
  • 301
  • 332