I have install glassfish in my ubuntu droplet, now when i start the glashfish server using ssh command its closes the session when i close the ssh. so i would like to uninstall and install again with the list of step i have found in other sites; or if anyone can help me to overcome this challenge.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
@tajmasindi
The easiest method would be to use
apt
, by running:It’ll ask you to confirm the removal each time. You can also auto-answer yes by running:
What the above commands do is:
1). Removes the installation 2). Removes the configuration left behind.