On Tuesday 14 Oct 2008, Raghu Prasad wrote: > 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
To avoid any oops, suggest the following: $ cd $HOME $ ls -d ./.wine $ rm -fr ./.wine -- Arun Khan -- http://mm.glug-bom.org/mailman/listinfo/linuxers

