Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleUninstall the service to remove the service entry

In the command line, enter your instance application directory (typically ~/iguana/) and uninstall the service. You can copy this command:

Code Block
sudo ./iguana --service uninstall 

...

Expand
titleRemove the data from your Instance ( working ) directory - this is your Iguana data

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

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

...