3

Need help uninstalling jjrofiler. Didn't realize it needed a license. Installed via .sh executable.

2 Answers2

4

if you goto your jProfiler installation directory you will find the executable called uninstall, just run that from the terminal.enter image description here

Sam Kaz
  • 432
  • 3
  • 12
1

You can simply run the ./uninstall from jprofiler installation directory.

#cd /home/jprofiler12
#./uninstall
  • 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