"IPS Khurana" <[EMAIL PROTECTED]> wrote on Fri, 10 Oct 2008 20:13:37 +0530: > i have installed Ubuntu 8.041 LTS Desktop, > then i installed Wine to install some windows based apps, > i have installed windows based apps, but they are not launching..some > error.. > so i want to uninstall them and re-install, them, but i dont know > how to *un install* those windows apps.. (ACD FotoSlate)
By default wine installs software in ~/.wine/drive_c. Just delete the directory ~/.wine if you don't want to use any existing wine run applications. Running following command from the console should be good enough for this. rm -r ~/.wine WARNING: Make sure that there is no white spaces within ~/.wine Raghu -- http://mm.glug-bom.org/mailman/listinfo/linuxers

