/
Uninstall IguanaX on Linux

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/

 

 

Related content

Linux Installation
Linux Installation
Read with this
Uninstall Iguana on Mac
Uninstall Iguana on Mac
More like this
Uninstall IguanaX on Windows
Uninstall IguanaX on Windows
More like this
Run Iguana from the command line
Run Iguana from the command line
More like this
Best Practices: Restoring Iguana
Best Practices: Restoring Iguana
More like this
Linux - Reset your password
Linux - Reset your password
More like this