Need help uninstalling jjrofiler. Didn't realize it needed a license. Installed via .sh executable.
Asked
Active
Viewed 1,919 times
3
-
1Just run the `uninstall` in the installation directory or simply delete the installation directory – Ingo Kegel Jan 27 '19 at 09:46
2 Answers
4
if you goto your jProfiler installation directory you will find the executable called uninstall, just run that from the terminal.

Sam Kaz
- 432
- 3
- 12
1
You can simply run the ./uninstall
from jprofiler installation directory.
#cd /home/jprofiler12
#./uninstall

Shiva Prasad G
- 27
- 6
-
A bit of description is required to know if this has to be written in a script or something. – fatiu Jul 21 '21 at 10:42