On Tuesday 14 Oct 2008, Mohan Nayaka wrote: > On Tue, Oct 14, 2008 at 5:35 AM, Arun Khan <[EMAIL PROTECTED]> wrote: > > 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 > > Could be a dumb question - won't this blow away all wine apps? What > if there is a need to just uninstall *one* app?
I think the OP wanted to blow away all apps. I was merely suggesting an alternate to "rm -fr ~/.wine"; if you have a space between ~ and /.wine then you have blown away your whole home directory. -- Arun Khan -- Arun Khan -- http://mm.glug-bom.org/mailman/listinfo/linuxers

