Uninstall IguanaX on Linux

We’re sad to see you go!

But we know love never be forced. These are places you’ll need to delete files from in order to clean your Linux machine of Iguana:

In the command line,

  • Enter your Application directory (typically ~/iguana/)

  • Stop the IguanaX service if it is running

  • Uninstall the service

sudo ./iguana --service stop sudo ./iguana --service uninstall

Delete the iguana binary - this is safe to do any time since it’s just got the application, not your data. You can also remove the Iguana ServiceErrorLog.txt file.

rm ./iguana rm -f ServiceErrorLog.txt

This is the working directory (typically ~/.IguanaX/) for Iguana which contains all your data, including instance configurations and logs.

cd ~/.IguanaX/ rm -rf ~/.IguanaX/

 

Â