How do I remove wine + it’s files and setting?
There is documentation for wine on the wine HQ site. A quick google search will give you this: FAQ - The Official Wine Wiki
and that will take you here
http://wiki.winehq.org/uninstaller
I meant the whole thing. As in where is the “C:/” drive so I can delete it. Where is the settings files? It seems that it is easiest in ubuntu… see http://ubuntuforums.org/showthread.php?t=1417627
Uninstall ‘wine’ through the software installer. Open a terminal window and do:
rm -r ~/.wine
This removes the wine settings folder, where the fake c:\ drive resides as well.
I think the OP means how to completely uninstall Wine, not just remove the Wine folder. To do that, open YaST, search for Wine and uninstall it. If you don’t do that and just delete the .wine folder in the Home directory, it will be recreated next time you start an app with Wine.
Thank you!