<br><div class="gmail_quote">On Mon, Apr 21, 2008 at 8:53 AM, vitamin &lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c"><br>
Llewen wrote:<br>
&gt; I was installing a game, and I made the mistake of agreeing to install<br>
&gt; DirectX. &nbsp;I&#39;m guessing this can screw up your WINE. &nbsp;Is there any way to<br>
&gt; clean up my WINE after doing something like that without having to<br>
&gt; reinstall all my software?<br>
&gt;<br>
&gt; Owen Stairs<br>
<br>
</div></div>Yes, all Wine files are kept in ~/.wine directory ($HOME/.wine). The only exceptions are desktop and menu entries. So to completely cleanup Wine you just need to remove the above directory with<br>
Code:<br>
rm -rf ~/.wine<br>
<br>
<br>
Wine will recreate it if it does not exists.<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div>Careful, however, as this will remove all installed software and settings (in wine, not native linux apps). You can try:<br>$ wine uninstaller <br>But it doesn&#39;t work too well currently, since other things are more important to fix.<br>