Uninstall EVE on Linux

How to uninstall EVE on Linux

Cedega

NOTE: Your user must have an administrator account to remove software.
IMPORTANT Note: Deleting the $CEDEGA_PATH folder will delete ALL games installed there, and any saved game data.

To uninstall EVE Online:

  1. Delete the $CEDEGA_PATH folder. (commonly ~/.cedega/)
  2. Uninstall the Starter Kit using a graphical or command line package manager.

Unofficial EVE installations (Wine)

When EVE is installed with Wine, it is typically installed to ~/.wine/drive_c/Program Files/CCP/EVE.

As such, deleting the CCP folder will remove EVE:

 rm -rf ~/.wine/drive_c/Program Files/CCP

So long as EVE was installed as your normal unprivelaged user, you should not need superuser privelages to perform this command.