On Sat, Aug 1, 2009 at 05:30, Bakshara<wineforum-user@xxxxxxxxxx> wrote: >> Code: >> >> rm -rf ~/.wine >> >> Gives me this, but still has 386 items under it. >> >> Code: >> >> [root@Bakshara lib]# rm -rf ~/.wine >> [root@Bakshara lib]# >> You're running it as the wrong user. The above deleted root's default WINEPREFIX. (Each user has its own WINEPREFIX) (sudo should work, since ~ is expanded by the shell. AFAIK it only works in bash, you need to use $HOME in other cases)